package
0.0.0-20240521083254-553ec8ccecaa
Repository: https://github.com/shmeljuj/software-engineering.git
Documentation: pkg.go.dev

# Functions

New creates a new monitor API client.
NewProcessBadRequest creates a ProcessBadRequest with default headers values.
NewProcessForbidden creates a ProcessForbidden with default headers values.
NewProcessInternalServerError creates a ProcessInternalServerError with default headers values.
NewProcessOK creates a ProcessOK with default headers values.
NewProcessParams creates a new ProcessParams object, with the default timeout for this client.
NewProcessParamsWithContext creates a new ProcessParams object with the ability to set a context for a request.
NewProcessParamsWithHTTPClient creates a new ProcessParams object with the ability to set a custom HTTPClient for a request.
NewProcessParamsWithTimeout creates a new ProcessParams object with the ability to set a timeout on a request.

# Structs

Client for monitor API */.
ProcessBadRequest describes a response with status code 400, with default header values.
ProcessForbidden describes a response with status code 403, with default header values.
ProcessInternalServerError describes a response with status code 500, with default header values.
ProcessOK describes a response with status code 200, with default header values.
ProcessParams contains all the parameters to send to the API endpoint for the process operation.
ProcessReader is a Reader for the Process structure.

# Interfaces

ClientService is the interface for Client methods.

# Type aliases

ClientOption is the option for Client methods.