github.com/demonoid81/moby@v0.0.0-20200517203328-62dd8e17c460/api/types/container/container_update.go (about) 1 package container // import "github.com/demonoid81/moby/api/types/container" 2 3 // ---------------------------------------------------------------------------- 4 // Code generated by `swagger generate operation`. DO NOT EDIT. 5 // 6 // See hack/generate-swagger-api.sh 7 // ---------------------------------------------------------------------------- 8 9 // ContainerUpdateOKBody OK response to ContainerUpdate operation 10 // swagger:model ContainerUpdateOKBody 11 type ContainerUpdateOKBody struct { 12 13 // warnings 14 // Required: true 15 Warnings []string `json:"Warnings"` 16 }