Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InstanceInterface ¶
type InstanceInterface interface { SearchObjects(ctx context.Context, objType string, h util.Headers, dat *commondata.ObjQueryInput) (resp *api.BKAPIRsp, err error) CreateObject(ctx context.Context, objType string, h util.Headers, dat map[string]interface{}) (resp *api.BKAPIRsp, err error) DelObject(ctx context.Context, objType string, h util.Headers, dat map[string]interface{}) (resp *api.BKAPIRsp, err error) UpdateObject(ctx context.Context, objType string, h util.Headers, dat map[string]interface{}) (resp *api.BKAPIRsp, err error) }
func NewInstanceInterface ¶
func NewInstanceInterface(client rest.ClientInterface) InstanceInterface
Click to show internal directories.
Click to hide internal directories.