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>
This commit is contained in:
Jhon Honce
2021-09-13 14:29:22 -07:00
parent b603c7a4b9
commit d7256be807
110 changed files with 2060 additions and 1759 deletions

5
pkg/bindings/doc.go Normal file
View File

@ -0,0 +1,5 @@
package bindings
/*
See https://github.com/containers/podman/blob/main/pkg/bindings/README.md for details.
*/