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 http.Header, dat []mapstr.MapStr) (resp *metadata.Response, err error) GetProcessPortByIP(ctx context.Context, h http.Header, dat map[string]interface{}) (resp *metadata.Response, err error) }
func NewOpenApiClientInterface ¶
func NewOpenApiClientInterface(client rest.ClientInterface) OpenAPIClientInterface
Click to show internal directories.
Click to hide internal directories.