package
0.0.0-20250105133036-65286c462af4
Repository: https://github.com/otakakot/ninshow.git
Documentation: pkg.go.dev
# Functions
LabelerFromContext retrieves the Labeler from the provided context, if present.
NewClient initializes new Client defined by OAS.
NewOptIdPSigninRequestSchema returns new OptIdPSigninRequestSchema with value set to v.
NewOptIdPSignupRequestSchema returns new OptIdPSignupRequestSchema with value set to v.
NewOptOpAuthorizeBadRequestError returns new OptOpAuthorizeBadRequestError with value set to v.
NewOptOpAuthorizeCodeChallengeMethod returns new OptOpAuthorizeCodeChallengeMethod with value set to v.
NewOptOpAuthorizeForbiddenError returns new OptOpAuthorizeForbiddenError with value set to v.
NewOptOpAuthorizeInternalServerErrorError returns new OptOpAuthorizeInternalServerErrorError with value set to v.
NewOptOpAuthorizeUnauthorizedError returns new OptOpAuthorizeUnauthorizedError with value set to v.
NewOptOPRevokeRequestSchemaTokenTypeHint returns new OptOPRevokeRequestSchemaTokenTypeHint with value set to v.
NewOptString returns new OptString with value set to v.
NewOptURI returns new OptURI with value set to v.
NewServer creates new Server.
WithClient specifies http client to use.
WithErrorHandler specifies error handler to use.
WithMaxMultipartMemory specifies limit of memory for storing file parts.
WithMeterProvider specifies a meter provider to use for creating a meter.
WithMethodNotAllowed specifies Method Not Allowed handler to use.
WithMiddleware specifies middlewares to use.
WithNotFound specifies Not Found handler to use.
WithPathPrefix specifies server path prefix.
WithServerURL sets context key to override server URL.
WithTracerProvider specifies a tracer provider to use for creating a tracer.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
Client implements OAS client.
HealthInternalServerError is response for Health operation.
HealthOK is response for Health operation.
IdpOIDCCallbackInternalServerError is response for IdpOIDCCallback operation.
No description provided by the author
IdpOIDCCallbackParams is parameters of idpOIDCCallback operation.
IdpOIDCLoginBadRequest is response for IdpOIDCLogin operation.
IdpOIDCLoginFound is response for IdpOIDCLogin operation.
IdpOIDCLoginInternalServerError is response for IdpOIDCLogin operation.
IdpOIDCLoginParams is parameters of idpOIDCLogin operation.
IdpSigninInternalServerError is response for IdpSignin operation.
IdpSigninOK is response for IdpSignin operation.
Ref: #/components/schemas/IdPSigninRequestSchema.
IdpSigninUnauthorized is response for IdpSignin operation.
IdpSignupInternalServerError is response for IdpSignup operation.
IdpSignupOK is response for IdpSignup operation.
Ref: #/components/schemas/IdPSignupRequestSchema.
Labeler is used to allow adding custom attributes to the server request metrics.
No description provided by the author
No description provided by the author
OpAuthorizeFound is response for OpAuthorize operation.
No description provided by the author
OpAuthorizeParams is parameters of opAuthorize operation.
No description provided by the author
OpCallbackFound is response for OpCallback operation.
OpCallbackInternalServerError is response for OpCallback operation.
OpCallbackParams is parameters of opCallback operation.
OpCertsInternalServerError is response for OpCerts operation.
Jwk set key.
Https://openid-foundation-japan.github.io/rfc7517.ja.html#anchor5.
OpLoginFound is response for OpLogin operation.
OpLoginInternalServerError is response for OpLogin operation.
Ref: #/components/schemas/OPLoginRequestSchema.
OpLoginViewInternalServerError is response for OpLoginView operation.
No description provided by the author
OpLoginViewOKHeaders wraps OpLoginViewOK with response headers.
OpLoginViewParams is parameters of opLoginView operation.
OpOpenIDConfigurationInternalServerError is response for OpOpenIDConfiguration operation.
Ref: #/components/schemas/OPOpenIDConfigurationResponseSchema.
No description provided by the author
OpRevokeInternalServerError is response for OpRevoke operation.
OpRevokeOK is response for OpRevoke operation.
Https://openid-foundation-japan.github.io/rfc7009.ja.html#anchor2.
OptIdPSigninRequestSchema is optional IdPSigninRequestSchema.
OptIdPSignupRequestSchema is optional IdPSignupRequestSchema.
No description provided by the author
OpTokenInternalServerError is response for OpToken operation.
Ref: #/components/schemas/OPTokenRequestSchema.
Https://openid-foundation-japan.github.io/openid-connect-core-1_0.ja.html#TokenResponse.
OPTokenResponseSchemaHeaders wraps OPTokenResponseSchema with response headers.
OptOpAuthorizeBadRequestError is optional OpAuthorizeBadRequestError.
OptOpAuthorizeCodeChallengeMethod is optional OpAuthorizeCodeChallengeMethod.
OptOpAuthorizeForbiddenError is optional OpAuthorizeForbiddenError.
OptOpAuthorizeInternalServerErrorError is optional OpAuthorizeInternalServerErrorError.
OptOpAuthorizeUnauthorizedError is optional OpAuthorizeUnauthorizedError.
OptOPRevokeRequestSchemaTokenTypeHint is optional OPRevokeRequestSchemaTokenTypeHint.
OptString is optional string.
OptURI is optional url.URL.
OpUserinfoInternalServerError is response for OpUserinfo operation.
Https://openid.net/specs/openid-connect-core-1_0.html#UserInfoResponse.
Route is route object.
RpCallbackBadRequest is response for RpCallback operation.
RpCallbackInternalServerError is response for RpCallback operation.
No description provided by the author
RpCallbackParams is parameters of rpCallback operation.
RpLoginFound is response for RpLogin operation.
RpLoginInternalServerError is response for RpLogin operation.
Server implements http server based on OpenAPI v3 specification and calls Handler to handle requests.
UnimplementedHandler is no-op Handler which returns http.ErrNotImplemented.
# Interfaces
ClientOption is client config option.
Handler handles operations described by OpenAPI v3 specification.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Invoker invokes operations described by OpenAPI v3 specification.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Option is config option.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
SecurityHandler is handler for security parameters.
SecuritySource is provider of security values (tokens, passwords, etc.).
ServerOption is server config option.
# Type aliases
ErrorHandler is error handler.
No description provided by the author
Middleware is middleware type.
Error.
No description provided by the author
Error.
Error.
No description provided by the author
Error.
Token_type_hint.
Grant_type.
No description provided by the author