Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterValidators ¶
func Start ¶
func Start(configArg *shared.ServerConfig, devMode bool)
Types ¶
type DecodedJWT ¶
type DecodedJWT struct {
Claims *auth.KronusTokenClaims
ErrorMsg string
}
type RequestContextKey ¶
type RequestContextKey string
type ResponsePayload ¶
type ResponseWriterWithStatus ¶
type ResponseWriterWithStatus struct {
http.ResponseWriter
Status int
}
func (*ResponseWriterWithStatus) WriteHeader ¶
func (r *ResponseWriterWithStatus) WriteHeader(status int)
type TokenPayload ¶
type TokenPayload struct {
Token string `json:"token"`
}
type TwilioSmsResponse ¶
Click to show internal directories.
Click to hide internal directories.