Documentation
¶
Index ¶
- func AutoStart(ctx context.Context, client api.API) error
- type HTTP
- func (h *HTTP) Child(ctx context.Context, name string) (*api.ChildWithStatus, error)
- func (h *HTTP) DeleteChild(ctx context.Context, name string) (*api.ChildWithStatus, error)
- func (h *HTTP) Ping(ctx context.Context) error
- func (h *HTTP) PutChild(ctx context.Context, child api.Child) (*api.ChildWithStatus, error)
- func (h *HTTP) StartChild(ctx context.Context, name string) (*api.ChildWithStatus, error)
- func (h *HTTP) StopChild(ctx context.Context, name string) (*api.ChildWithStatus, error)
- func (h *HTTP) Summary(ctx context.Context) ([]api.ChildSummary, error)
- func (h *HTTP) Terminate(ctx context.Context) error
- type HTTPError
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type HTTP ¶
func (*HTTP) DeleteChild ¶
DeleteChild implements api.API.
func (*HTTP) StartChild ¶
StartChild implements api.API.
Click to show internal directories.
Click to hide internal directories.