mirror of
https://github.com/containers/podman.git
synced 2026-03-17 22:28:22 -04:00
this is step one of refactoring our golang binaries. we will no be using structs to pass optional options. required options will still arguments to the binding itself. the structs then have a generator to create helper functions which should then be added to the git repo. Signed-off-by: baude <bbaude@redhat.com>