Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OpenApiInterface ¶
type OpenApiInterface interface {
GetProcessesByModuleName(ctx context.Context, h util.Headers, dat map[string]interface{}) (resp *api.BKAPIRsp, err error)
DeleteSetHost(ctx context.Context, h util.Headers, dat map[string]interface{}) (resp *api.BKAPIRsp, err error)
}
func NewOpenApiInterface ¶
func NewOpenApiInterface(client rest.ClientInterface) OpenApiInterface
Click to show internal directories.
Click to hide internal directories.