# Functions
No description provided by the author
NewContainerInstanceAPIs initializes the ContainerInstanceAPIs struct.
NewRouter initializes a new router with registered routes redirected to appropriate handler functions.
NewTaskAPIs initializes the TaskAPIs struct.
ToContainerInstance translates a container instance represented by the internal structure (storetypes.VersionedContainerInstance) to it's external representation (models.ContainerInstance).
ToTask translates a task represented by the internal structure (storetypes.VersionedTask) to it's external representation (models.Task).
# Structs
No description provided by the author
ContainerInstanceAPIs encapsulates the backend datastore with which the container instance APIs interact.
TaskAPIs encapsulates the backend datastore with which the task APIs interact.