Documentation
¶
Index ¶
- type InternalClient
- func (c *InternalClient) Exec(ctx context.Context, opts api.ExecOptions) (*api.ExecResult, error)
- func (c *InternalClient) HealthCheck(ctx context.Context) (err error)
- func (c *InternalClient) Signal(ctx context.Context, signal int) error
- func (c *InternalClient) Wait(ctx context.Context) (*initd.WaitResult, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InternalClient ¶
type InternalClient struct {
// contains filtered or unexported fields
}
func NewInternalClient ¶
func NewInternalClient(path string) *InternalClient
func (*InternalClient) Exec ¶
func (c *InternalClient) Exec(ctx context.Context, opts api.ExecOptions) (*api.ExecResult, error)
func (*InternalClient) HealthCheck ¶
func (c *InternalClient) HealthCheck(ctx context.Context) (err error)
func (*InternalClient) Signal ¶
func (c *InternalClient) Signal(ctx context.Context, signal int) error
func (*InternalClient) Wait ¶
func (c *InternalClient) Wait(ctx context.Context) (*initd.WaitResult, error)
Click to show internal directories.
Click to hide internal directories.