package
0.0.0-20250209085724-7b5e616eec77
Repository: https://github.com/030/n3dr.git
Documentation: pkg.go.dev

# Functions

New creates a new security management anonymous access API client.
NewReadForbidden creates a ReadForbidden with default headers values.
NewReadOK creates a ReadOK with default headers values.
NewReadParams creates a new ReadParams object, with the default timeout for this client.
NewReadParamsWithContext creates a new ReadParams object with the ability to set a context for a request.
NewReadParamsWithHTTPClient creates a new ReadParams object with the ability to set a custom HTTPClient for a request.
NewReadParamsWithTimeout creates a new ReadParams object with the ability to set a timeout on a request.
NewUpdateForbidden creates a UpdateForbidden with default headers values.
NewUpdateOK creates a UpdateOK with default headers values.
NewUpdateParams creates a new UpdateParams object, with the default timeout for this client.
NewUpdateParamsWithContext creates a new UpdateParams object with the ability to set a context for a request.
NewUpdateParamsWithHTTPClient creates a new UpdateParams object with the ability to set a custom HTTPClient for a request.
NewUpdateParamsWithTimeout creates a new UpdateParams object with the ability to set a timeout on a request.

# Structs

Client for security management anonymous access API */.
ReadForbidden describes a response with status code 403, with default header values.
ReadOK describes a response with status code 200, with default header values.
ReadParams contains all the parameters to send to the API endpoint for the read operation.
ReadReader is a Reader for the Read structure.
UpdateForbidden describes a response with status code 403, with default header values.
UpdateOK describes a response with status code 200, with default header values.
UpdateParams contains all the parameters to send to the API endpoint for the update operation.
UpdateReader is a Reader for the Update structure.

# Interfaces

ClientService is the interface for Client methods.

# Type aliases

ClientOption is the option for Client methods.