Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager struct { *lab.ManagerSvc // Embed the ManagerSvc ListFunc func() ([]*types.Lab, error) GetFunc func(name string) (*types.Lab, error) GetFromCloudFunc func(name string) (*types.Lab, error) CreateFunc func(lab *types.Lab) error DeleteFunc func(name string, force bool) error }
Manager implements lab.ManagerSvc for testing
Click to show internal directories.
Click to hide internal directories.