Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Refactor handler packages | Jhon Honce | 2020-03-10 |
| | | | | | | | To help with packaging, the handlers in pkg/api/handlers are now found in pkg/api/handler/compat. Signed-off-by: Jhon Honce <jhonce@redhat.com> | ||
* | [CI:DOCS]Binding overhauls | Brent Baude | 2020-01-28 |
Add binding for networks and begin documentation for binding methods for godoc. Also, add major functions to their own subpackages so reduce the amount of of method confusion. So instead of: bindings.ListImages(), we now do a [bindings].images.List(). Also, the connection is passed to each binding method via a context to allow for future growth. Lastly, add first set of tests. There are a couple of things to work out for rootless tests yet. Signed-off-by: Brent Baude <bbaude@redhat.com> |