Documentation
¶
Index ¶
- func Duration(d time.Duration, dicimal int) time.Duration
- type Client
- func (f *Client) Destroy(ctx context.Context, input api.RemoveMachineInput) ([]byte, error)
- func (f *Client) Get(ctx context.Context, machineID string) ([]byte, error)
- func (f *Client) Kill(ctx context.Context, machineID string) ([]byte, error)
- func (f *Client) Launch(ctx context.Context, builder api.LaunchMachineInput) ([]byte, error)
- func (f *Client) Start(ctx context.Context, machineID string) ([]byte, error)
- func (f *Client) Stop(ctx context.Context, machineStop api.V1MachineStop) ([]byte, error)
- func (f *Client) Update(ctx context.Context, builder api.LaunchMachineInput) ([]byte, error)
- func (f *Client) Wait(ctx context.Context, machine *api.V1Machine) ([]byte, error)
- type Logger
- type LoggingTransport
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Client ¶ added in v0.0.307
type Client struct {
// contains filtered or unexported fields
}
type Logger ¶ added in v0.0.326
type Logger interface { Debug(v ...interface{}) Debugf(format string, v ...interface{}) }
type LoggingTransport ¶ added in v0.0.326
type LoggingTransport struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.