github.com/rumpl/bof@v23.0.0-rc.2+incompatible/api/types/container/deprecated.go (about) 1 package container // import "github.com/docker/docker/api/types/container" 2 3 // ContainerCreateCreatedBody OK response to ContainerCreate operation 4 // 5 // Deprecated: use CreateResponse 6 type ContainerCreateCreatedBody = CreateResponse 7 8 // ContainerWaitOKBody OK response to ContainerWait operation 9 // 10 // Deprecated: use WaitResponse 11 type ContainerWaitOKBody = WaitResponse 12 13 // ContainerWaitOKBodyError container waiting error, if any 14 // 15 // Deprecated: use WaitExitError 16 type ContainerWaitOKBodyError = WaitExitError