Documentation
¶
Index ¶
- type DockerBoxClient
- func (box *DockerBoxClient) Clean() error
- func (box *DockerBoxClient) Connect(opts *model.ConnectOptions) error
- func (box *DockerBoxClient) Copy(string, string, string) error
- func (box *DockerBoxClient) Create(opts *model.CreateOptions) (*model.BoxInfo, error)
- func (box *DockerBoxClient) Delete(names []string) ([]string, error)
- func (box *DockerBoxClient) Describe(name string) (*model.BoxDetails, error)
- func (box *DockerBoxClient) Events() *event.EventBus
- func (box *DockerBoxClient) List() ([]model.BoxInfo, error)
- func (box *DockerBoxClient) Provider() model.BoxProvider
- func (box *DockerBoxClient) Version() (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DockerBoxClient ¶ added in v0.8.0
type DockerBoxClient struct {
// contains filtered or unexported fields
}
func NewDockerBoxClient ¶ added in v0.8.0
func NewDockerBoxClient(commonOpts *model.CommonBoxOptions, dockerOpts *model.DockerBoxOptions) (*DockerBoxClient, error)
func (*DockerBoxClient) Clean ¶ added in v0.8.0
func (box *DockerBoxClient) Clean() error
func (*DockerBoxClient) Connect ¶ added in v0.8.0
func (box *DockerBoxClient) Connect(opts *model.ConnectOptions) error
func (*DockerBoxClient) Copy ¶ added in v0.8.0
func (box *DockerBoxClient) Copy(string, string, string) error
func (*DockerBoxClient) Create ¶ added in v0.8.0
func (box *DockerBoxClient) Create(opts *model.CreateOptions) (*model.BoxInfo, error)
func (*DockerBoxClient) Delete ¶ added in v0.8.0
func (box *DockerBoxClient) Delete(names []string) ([]string, error)
func (*DockerBoxClient) Describe ¶ added in v0.8.0
func (box *DockerBoxClient) Describe(name string) (*model.BoxDetails, error)
func (*DockerBoxClient) Events ¶ added in v0.8.0
func (box *DockerBoxClient) Events() *event.EventBus
func (*DockerBoxClient) List ¶ added in v0.8.0
func (box *DockerBoxClient) List() ([]model.BoxInfo, error)
func (*DockerBoxClient) Provider ¶ added in v0.8.0
func (box *DockerBoxClient) Provider() model.BoxProvider
func (*DockerBoxClient) Version ¶ added in v0.8.0
func (box *DockerBoxClient) Version() (string, error)
Click to show internal directories.
Click to hide internal directories.