package
1.1.0
Repository: https://github.com/tyktechnologies/mserv.git
Documentation: pkg.go.dev

# Functions

New creates a new invocation API client.
NewInvokeInternalServerError creates a InvokeInternalServerError with default headers values.
NewInvokeOK creates a InvokeOK with default headers values.
NewInvokeParams creates a new InvokeParams object, with the default timeout for this client.
NewInvokeParamsWithContext creates a new InvokeParams object with the ability to set a context for a request.
NewInvokeParamsWithHTTPClient creates a new InvokeParams object with the ability to set a custom HTTPClient for a request.
NewInvokeParamsWithTimeout creates a new InvokeParams object with the ability to set a timeout on a request.

# Structs

Client for invocation API */.
InvokeInternalServerError describes a response with status code 500, with default header values.
InvokeOK describes a response with status code 200, with default header values.
InvokeOKBody invoke o k body swagger:model InvokeOKBody */.
InvokeParams contains all the parameters to send to the API endpoint for the invoke operation.
InvokeReader is a Reader for the Invoke structure.

# Interfaces

ClientService is the interface for Client methods.

# Type aliases

ClientOption is the option for Client methods.