Generate container update response from swagger spec.
Signed-off-by: Daniel Nephin <dnephin@docker.com> Upstream-commit: f196cf6a090556ccb42198043a71d133482b510d Component: engine
This commit is contained in:
@ -42,7 +42,7 @@ type stateBackend interface {
|
||||
ContainerStart(name string, hostConfig *container.HostConfig, validateHostname bool, checkpoint string, checkpointDir string) error
|
||||
ContainerStop(name string, seconds *int) error
|
||||
ContainerUnpause(name string) error
|
||||
ContainerUpdate(name string, hostConfig *container.HostConfig, validateHostname bool) (types.ContainerUpdateResponse, error)
|
||||
ContainerUpdate(name string, hostConfig *container.HostConfig, validateHostname bool) (container.ContainerUpdateOKBody, error)
|
||||
ContainerWait(name string, timeout time.Duration) (int, error)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user