package
0.0.0-20231012145852-50c9e8326217
Repository: https://github.com/rustwizard/balda.git
Documentation: pkg.go.dev
# Functions
NewPostAuth creates a new http.Handler for the post auth operation.
NewPostAuthOK creates PostAuthOK with default headers values.
NewPostAuthParams creates a new PostAuthParams object
There are no default values defined in the spec.
NewPostAuthUnauthorized creates PostAuthUnauthorized with default headers values.
# Constants
PostAuthOKCode is the HTTP code returned for type PostAuthOK.
PostAuthUnauthorizedCode is the HTTP code returned for type PostAuthUnauthorized.
# Structs
PostAuth swagger:route POST /auth Auth postAuth
Auth request
*/.
PostAuthOK Response for auth request
swagger:response postAuthOK
*/.
PostAuthParams contains all the bound params for the post auth operation typically these are obtained from a http.Request
swagger:parameters PostAuth.
PostAuthUnauthorized Error when auth
swagger:response postAuthUnauthorized
*/.
PostAuthURL generates an URL for the post auth operation.
# Interfaces
PostAuthHandler interface for that can handle valid post auth params.
# Type aliases
PostAuthHandlerFunc turns a function with the right signature into a post auth handler.