package
0.40.9
Repository: https://github.com/ory/oathkeeper.git
Documentation: pkg.go.dev

# Functions

New creates a new api API client.
NewDecisionsForbidden creates a DecisionsForbidden with default headers values.
NewDecisionsInternalServerError creates a DecisionsInternalServerError with default headers values.
NewDecisionsNotFound creates a DecisionsNotFound with default headers values.
NewDecisionsOK creates a DecisionsOK with default headers values.
NewDecisionsParams creates a new DecisionsParams object, with the default timeout for this client.
NewDecisionsParamsWithContext creates a new DecisionsParams object with the ability to set a context for a request.
NewDecisionsParamsWithHTTPClient creates a new DecisionsParams object with the ability to set a custom HTTPClient for a request.
NewDecisionsParamsWithTimeout creates a new DecisionsParams object with the ability to set a timeout on a request.
NewDecisionsUnauthorized creates a DecisionsUnauthorized with default headers values.
NewGetRuleInternalServerError creates a GetRuleInternalServerError with default headers values.
NewGetRuleNotFound creates a GetRuleNotFound with default headers values.
NewGetRuleOK creates a GetRuleOK with default headers values.
NewGetRuleParams creates a new GetRuleParams object, with the default timeout for this client.
NewGetRuleParamsWithContext creates a new GetRuleParams object with the ability to set a context for a request.
NewGetRuleParamsWithHTTPClient creates a new GetRuleParams object with the ability to set a custom HTTPClient for a request.
NewGetRuleParamsWithTimeout creates a new GetRuleParams object with the ability to set a timeout on a request.
NewGetWellKnownJSONWebKeysInternalServerError creates a GetWellKnownJSONWebKeysInternalServerError with default headers values.
NewGetWellKnownJSONWebKeysOK creates a GetWellKnownJSONWebKeysOK with default headers values.
NewGetWellKnownJSONWebKeysParams creates a new GetWellKnownJSONWebKeysParams object, with the default timeout for this client.
NewGetWellKnownJSONWebKeysParamsWithContext creates a new GetWellKnownJSONWebKeysParams object with the ability to set a context for a request.
NewGetWellKnownJSONWebKeysParamsWithHTTPClient creates a new GetWellKnownJSONWebKeysParams object with the ability to set a custom HTTPClient for a request.
NewGetWellKnownJSONWebKeysParamsWithTimeout creates a new GetWellKnownJSONWebKeysParams object with the ability to set a timeout on a request.
NewListRulesInternalServerError creates a ListRulesInternalServerError with default headers values.
NewListRulesOK creates a ListRulesOK with default headers values.
NewListRulesParams creates a new ListRulesParams object, with the default timeout for this client.
NewListRulesParamsWithContext creates a new ListRulesParams object with the ability to set a context for a request.
NewListRulesParamsWithHTTPClient creates a new ListRulesParams object with the ability to set a custom HTTPClient for a request.
NewListRulesParamsWithTimeout creates a new ListRulesParams object with the ability to set a timeout on a request.

# Structs

Client for api API */.
DecisionsForbidden describes a response with status code 403, with default header values.
DecisionsInternalServerError describes a response with status code 500, with default header values.
DecisionsNotFound describes a response with status code 404, with default header values.
DecisionsOK describes a response with status code 200, with default header values.
DecisionsParams contains all the parameters to send to the API endpoint for the decisions operation.
DecisionsReader is a Reader for the Decisions structure.
DecisionsUnauthorized describes a response with status code 401, with default header values.
GetRuleInternalServerError describes a response with status code 500, with default header values.
GetRuleNotFound describes a response with status code 404, with default header values.
GetRuleOK describes a response with status code 200, with default header values.
GetRuleParams contains all the parameters to send to the API endpoint for the get rule operation.
GetRuleReader is a Reader for the GetRule structure.
GetWellKnownJSONWebKeysInternalServerError describes a response with status code 500, with default header values.
GetWellKnownJSONWebKeysOK describes a response with status code 200, with default header values.
GetWellKnownJSONWebKeysParams contains all the parameters to send to the API endpoint for the get well known JSON web keys operation.
GetWellKnownJSONWebKeysReader is a Reader for the GetWellKnownJSONWebKeys structure.
ListRulesInternalServerError describes a response with status code 500, with default header values.
ListRulesOK describes a response with status code 200, with default header values.
ListRulesParams contains all the parameters to send to the API endpoint for the list rules operation.
ListRulesReader is a Reader for the ListRules structure.

# Interfaces

ClientService is the interface for Client methods.

# Type aliases

ClientOption is the option for Client methods.