package
0.210.0
Repository: https://github.com/goharbor/go-client.git
Documentation: pkg.go.dev

# Functions

New creates a new oidc API client.
NewPingOIDCBadRequest creates a PingOIDCBadRequest with default headers values.
NewPingOIDCForbidden creates a PingOIDCForbidden with default headers values.
NewPingOIDCOK creates a PingOIDCOK with default headers values.
NewPingOIDCParams creates a new PingOIDCParams object, with the default timeout for this client.
NewPingOIDCParamsWithContext creates a new PingOIDCParams object with the ability to set a context for a request.
NewPingOIDCParamsWithHTTPClient creates a new PingOIDCParams object with the ability to set a custom HTTPClient for a request.
NewPingOIDCParamsWithTimeout creates a new PingOIDCParams object with the ability to set a timeout on a request.
NewPingOIDCUnauthorized creates a PingOIDCUnauthorized with default headers values.

# Structs

Client for oidc API */.
PingOIDCBadRequest describes a response with status code 400, with default header values.
PingOIDCBody ping OIDC body swagger:model PingOIDCBody */.
PingOIDCForbidden describes a response with status code 403, with default header values.
PingOIDCOK describes a response with status code 200, with default header values.
PingOIDCParams contains all the parameters to send to the API endpoint for the ping OIDC operation.
PingOIDCReader is a Reader for the PingOIDC structure.
PingOIDCUnauthorized describes a response with status code 401, with default header values.

# Interfaces

API is the interface of the oidc client.