docs/state/state.go

11 lines
181 B
Go

package state
import "github.com/docker/swarm/cluster"
// RequestedState is exported
type RequestedState struct {
ID string
Name string
Config *cluster.ContainerConfig
}