Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Interface ¶
type Interface interface { ListHosts(ctx *types.ListHostsCtx) (*types.HostsInfo, error) GetHostDetails(ctx *types.GetHostCtx) ([]types.HostAttribute, error) GetHostSnapshot(ctx *types.GetHostSnapshotCtx) (types2.MapStr, error) UpdateHostsAttributes(ctx *types.UpdateHostsAttributesCtx) error DeleteHosts(ctx *types.DeleteHostsCtx) error }
func NewHostCtrl ¶
func NewHostCtrl(client rest.ClientInterface) Interface
Click to show internal directories.
Click to hide internal directories.