Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNotRunning = errors.New("not running")
Functions ¶
This section is empty.
Types ¶
type Cluster ¶
type Cluster interface {
Reserve(types.OrderID, *types.DeploymentGroup) (Reservation, error)
}
type Reservation ¶
type Reservation interface { OrderID() types.OrderID Group() *types.DeploymentGroup }
Click to show internal directories.
Click to hide internal directories.