docs/state/state.go

11 lines
146 B
Go

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