mirror of
https://github.com/containers/podman.git
synced 2025-05-28 13:40:33 +08:00
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:
5
pkg/bindings/doc.go
Normal file
5
pkg/bindings/doc.go
Normal file
@ -0,0 +1,5 @@
|
||||
package bindings
|
||||
|
||||
/*
|
||||
See https://github.com/containers/podman/blob/main/pkg/bindings/README.md for details.
|
||||
*/
|
Reference in New Issue
Block a user