package
0.0.0-20231012145852-50c9e8326217
Repository: https://github.com/rustwizard/balda.git
Documentation: pkg.go.dev

# Functions

NewPostSignup creates a new http.Handler for the post signup operation.
NewPostSignupBadRequest creates PostSignupBadRequest with default headers values.
NewPostSignupOK creates PostSignupOK with default headers values.
NewPostSignupParams creates a new PostSignupParams object There are no default values defined in the spec.

# Constants

PostSignupBadRequestCode is the HTTP code returned for type PostSignupBadRequest.
PostSignupOKCode is the HTTP code returned for type PostSignupOK.

# Structs

PostSignup swagger:route POST /signup Signup postSignup Sign-up request */.
PostSignupBadRequest Error when signup swagger:response postSignupBadRequest */.
PostSignupOK Response for signup request swagger:response postSignupOK */.
PostSignupParams contains all the bound params for the post signup operation typically these are obtained from a http.Request swagger:parameters PostSignup.
PostSignupURL generates an URL for the post signup operation.

# Interfaces

PostSignupHandler interface for that can handle valid post signup params.

# Type aliases

PostSignupHandlerFunc turns a function with the right signature into a post signup handler.