1
0
Fork 0
mirror of https://github.com/drone/drone-cli.git synced 2024-05-23 15:36:03 +02:00
drone-cli/vendor/github.com/docker/docker/api/types/container/container_wait.go
Brad Rydzewski f18b9fe2ac update dep
2018-02-14 13:06:05 -08:00

18 lines
503 B
Go

package container
// ----------------------------------------------------------------------------
// DO NOT EDIT THIS FILE
// This file was generated by `swagger generate operation`
//
// See hack/swagger-gen.sh
// ----------------------------------------------------------------------------
// ContainerWaitOKBody container wait o k body
// swagger:model ContainerWaitOKBody
type ContainerWaitOKBody struct {
// Exit code of the container
// Required: true
StatusCode int64 `json:"StatusCode"`
}