spiegel_podman/pkg/bindings/doc.go
Jhon Honce 74bc365eb6 Enhance bindings for IDE hints
* Follow https://pkg.go.dev/cmd/go#hdr-Generate_Go_files_by_processing_source
  for leading comment
* Add godoc strings for all exposed methods for IDE support
* Copy field godoc strings into generated code as function godoc string
* Remove unused/unnecessary fields from generator.go structures
* Cleanup code regarding template usage

Signed-off-by: Jhon Honce <jhonce@redhat.com>
2021-09-16 09:42:14 -04:00

5 lines
114 B
Go

package bindings
/*
See https://github.com/containers/podman/blob/main/pkg/bindings/README.md for details.
*/