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