summaryrefslogtreecommitdiff
path: root/pkg/bindings/images/types.go
Commit message (Collapse)AuthorAge
* Bindings refactorbaude2020-12-10
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>