Documentation
¶
Index ¶
- func NewDriver() (napi.BoxDriver, error)
- type BoxDriver
- func (tp *BoxDriver) BoxCreate(inst *napi.BoxInstance) error
- func (tp *BoxDriver) BoxExist(inst *napi.BoxInstance) (bool, error)
- func (tp *BoxDriver) BoxRemove(inst *napi.BoxInstance) error
- func (tp *BoxDriver) BoxStart(inst *napi.BoxInstance) error
- func (tp *BoxDriver) BoxStop(inst *napi.BoxInstance) error
- func (tp *BoxDriver) ImageSetup(inst *napi.BoxInstance) error
- func (tp *BoxDriver) Name() string
- func (tp *BoxDriver) Start() error
- func (tp *BoxDriver) StatsEntry() *napi.BoxInstanceStatsFeed
- func (tp *BoxDriver) StatusEntry() *napi.BoxInstance
- func (tp *BoxDriver) Stop() error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BoxDriver ¶
type BoxDriver struct {
// contains filtered or unexported fields
}
func (*BoxDriver) ImageSetup ¶
func (tp *BoxDriver) ImageSetup(inst *napi.BoxInstance) error
func (*BoxDriver) StatsEntry ¶
func (tp *BoxDriver) StatsEntry() *napi.BoxInstanceStatsFeed
func (*BoxDriver) StatusEntry ¶
func (tp *BoxDriver) StatusEntry() *napi.BoxInstance
Click to show internal directories.
Click to hide internal directories.