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