docs/state/state.go

12 lines
161 B
Go

package state
import (
"github.com/samalba/dockerclient"
)
type RequestedState struct {
ID string
Name string
Config *dockerclient.ContainerConfig
}