Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Connection ¶
type Connection interface { Close() ReloadUnitContext(context.Context, string, string, chan<- string) (int, error) GetUnitPropertiesContext(ctx context.Context, unit string) (map[string]interface{}, error) RestartUnitContext(ctx context.Context, name string, mode string, ch chan<- string) (int, error) }
Click to show internal directories.
Click to hide internal directories.