# Functions
NewSignUp creates a new http.Handler for the sign up operation.
NewSignUpForbidden creates SignUpForbidden with default headers values.
NewSignUpInternalServerError creates SignUpInternalServerError with default headers values.
NewSignUpOK creates SignUpOK with default headers values.
NewSignUpParams creates a new SignUpParams object
There are no default values defined in the spec.
# Constants
SignUpForbiddenCode is the HTTP code returned for type SignUpForbidden.
SignUpInternalServerErrorCode is the HTTP code returned for type SignUpInternalServerError.
SignUpOKCode is the HTTP code returned for type SignUpOK.
# Structs
SignUp swagger:route GET /signup registration signUp
Саморегистрация
*/.
SignUpForbidden Access Denied
swagger:response signUpForbidden
*/.
SignUpInternalServerError Ошибка на стороне сервера
swagger:response signUpInternalServerError
*/.
SignUpOK OK
swagger:response signUpOK
*/.
SignUpOKBody sign up o k body
swagger:model SignUpOKBody.
SignUpParams contains all the bound params for the sign up operation typically these are obtained from a http.Request
swagger:parameters signUp.
SignUpURL generates an URL for the sign up operation.
# Interfaces
SignUpHandler interface for that can handle valid sign up params.
# Type aliases
SignUpHandlerFunc turns a function with the right signature into a sign up handler.