Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ModuleInterface ¶
type ModuleInterface interface { GetHostModulesIDs(ctx context.Context, h util.Headers, dat *instdata.ModuleHostConfigParams) (resp *api.BKAPIRsp, err error) AddModuleHostConfig(ctx context.Context, h util.Headers, dat *instdata.ModuleHostConfigParams) (resp *api.BKAPIRsp, err error) DelModuleHostConfig(ctx context.Context, h util.Headers, dat *instdata.ModuleHostConfigParams) (resp *api.BKAPIRsp, err error) DelDefaultModuleHostConfig(ctx context.Context, h util.Headers, dat *instdata.ModuleHostConfigParams) (resp *api.BKAPIRsp, err error) MoveHost2ResourcePool(ctx context.Context, h util.Headers, dat interface{}) (resp *api.BKAPIRsp, err error) AssignHostToApp(ctx context.Context, h util.Headers, dat interface{}) (resp *api.BKAPIRsp, err error) GetModulesHostConfig(ctx context.Context, h util.Headers, dat map[string][]int) (resp *api.BKAPIRsp, err error) }
func NewModuleInterface ¶
func NewModuleInterface(client rest.ClientInterface) ModuleInterface
Click to show internal directories.
Click to hide internal directories.