package
0.0.0-20240912073317-d389ac12f416
Repository: https://github.com/choria-io/aaasvc.git
Documentation: pkg.go.dev
# Functions
NewChoriaCentralSigningServiceAPI creates a new ChoriaCentralSigningService instance.
NewPostLogin creates a new http.Handler for the post login operation.
NewPostLoginOK creates PostLoginOK with default headers values.
NewPostLoginParams creates a new PostLoginParams object
There are no default values defined in the spec.
NewPostSign creates a new http.Handler for the post sign operation.
NewPostSignOK creates PostSignOK with default headers values.
NewPostSignParams creates a new PostSignParams object
There are no default values defined in the spec.
# Constants
PostLoginOKCode is the HTTP code returned for type PostLoginOK.
PostSignOKCode is the HTTP code returned for type PostSignOK.
# Structs
ChoriaCentralSigningServiceAPI Signing service for version 1 Choria Secure Requests */.
PostLogin swagger:route POST /login postLogin
# Logs into the service using auth0
Logs into the choria service
*/.
PostLoginOK Login response
swagger:response postLoginOK
*/.
PostLoginParams contains all the bound params for the post login operation typically these are obtained from a http.Request
swagger:parameters PostLogin.
PostLoginURL generates an URL for the post login operation.
PostSign swagger:route POST /sign postSign
# Sign a message
Signs a Choria request
*/.
PostSignOK Signature response
swagger:response postSignOK
*/.
PostSignParams contains all the bound params for the post sign operation typically these are obtained from a http.Request
swagger:parameters PostSign.
PostSignURL generates an URL for the post sign operation.
# Interfaces
PostLoginHandler interface for that can handle valid post login params.
PostSignHandler interface for that can handle valid post sign params.
# Type aliases
PostLoginHandlerFunc turns a function with the right signature into a post login handler.
PostSignHandlerFunc turns a function with the right signature into a post sign handler.