package
0.0.0-20240730143044-b7c6b3823ec4
Repository: https://github.com/cloudentity/acp-client-go.git
Documentation: pkg.go.dev
# Functions
New creates a new limits API client.
NewDeleteRateLimitForbidden creates a DeleteRateLimitForbidden with default headers values.
NewDeleteRateLimitNoContent creates a DeleteRateLimitNoContent with default headers values.
NewDeleteRateLimitNotFound creates a DeleteRateLimitNotFound with default headers values.
NewDeleteRateLimitParams creates a new DeleteRateLimitParams object, with the default timeout for this client.
NewDeleteRateLimitParamsWithContext creates a new DeleteRateLimitParams object with the ability to set a context for a request.
NewDeleteRateLimitParamsWithHTTPClient creates a new DeleteRateLimitParams object with the ability to set a custom HTTPClient for a request.
NewDeleteRateLimitParamsWithTimeout creates a new DeleteRateLimitParams object with the ability to set a timeout on a request.
NewDeleteRateLimitTooManyRequests creates a DeleteRateLimitTooManyRequests with default headers values.
NewDeleteRateLimitUnauthorized creates a DeleteRateLimitUnauthorized with default headers values.
NewListRateLimitsForbidden creates a ListRateLimitsForbidden with default headers values.
NewListRateLimitsNotFound creates a ListRateLimitsNotFound with default headers values.
NewListRateLimitsOK creates a ListRateLimitsOK with default headers values.
NewListRateLimitsParams creates a new ListRateLimitsParams object, with the default timeout for this client.
NewListRateLimitsParamsWithContext creates a new ListRateLimitsParams object with the ability to set a context for a request.
NewListRateLimitsParamsWithHTTPClient creates a new ListRateLimitsParams object with the ability to set a custom HTTPClient for a request.
NewListRateLimitsParamsWithTimeout creates a new ListRateLimitsParams object with the ability to set a timeout on a request.
NewListRateLimitsTooManyRequests creates a ListRateLimitsTooManyRequests with default headers values.
NewListRateLimitsUnauthorized creates a ListRateLimitsUnauthorized with default headers values.
NewSetRateLimitForbidden creates a SetRateLimitForbidden with default headers values.
NewSetRateLimitNoContent creates a SetRateLimitNoContent with default headers values.
NewSetRateLimitNotFound creates a SetRateLimitNotFound with default headers values.
NewSetRateLimitParams creates a new SetRateLimitParams object, with the default timeout for this client.
NewSetRateLimitParamsWithContext creates a new SetRateLimitParams object with the ability to set a context for a request.
NewSetRateLimitParamsWithHTTPClient creates a new SetRateLimitParams object with the ability to set a custom HTTPClient for a request.
NewSetRateLimitParamsWithTimeout creates a new SetRateLimitParams object with the ability to set a timeout on a request.
NewSetRateLimitTooManyRequests creates a SetRateLimitTooManyRequests with default headers values.
NewSetRateLimitUnauthorized creates a SetRateLimitUnauthorized with default headers values.
# Structs
Client for limits API
*/.
DeleteRateLimitForbidden describes a response with status code 403, with default header values.
DeleteRateLimitNoContent describes a response with status code 204, with default header values.
DeleteRateLimitNotFound describes a response with status code 404, with default header values.
DeleteRateLimitParams contains all the parameters to send to the API endpoint
for the delete rate limit operation.
DeleteRateLimitReader is a Reader for the DeleteRateLimit structure.
DeleteRateLimitTooManyRequests describes a response with status code 429, with default header values.
DeleteRateLimitUnauthorized describes a response with status code 401, with default header values.
ListRateLimitsForbidden describes a response with status code 403, with default header values.
ListRateLimitsNotFound describes a response with status code 404, with default header values.
ListRateLimitsOK describes a response with status code 200, with default header values.
ListRateLimitsParams contains all the parameters to send to the API endpoint
for the list rate limits operation.
ListRateLimitsReader is a Reader for the ListRateLimits structure.
ListRateLimitsTooManyRequests describes a response with status code 429, with default header values.
ListRateLimitsUnauthorized describes a response with status code 401, with default header values.
SetRateLimitForbidden describes a response with status code 403, with default header values.
SetRateLimitNoContent describes a response with status code 204, with default header values.
SetRateLimitNotFound describes a response with status code 404, with default header values.
SetRateLimitParams contains all the parameters to send to the API endpoint
for the set rate limit operation.
SetRateLimitReader is a Reader for the SetRateLimit structure.
SetRateLimitTooManyRequests describes a response with status code 429, with default header values.
SetRateLimitUnauthorized describes a response with status code 401, with default header values.
# Interfaces
ClientService is the interface for Client methods.
# Type aliases
ClientOption is the option for Client methods.