host

package
v0.0.0-...-be0592b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 31, 2019 License: GPL-3.0 Imports: 4 Imported by: 0

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL