Documentation
¶
Overview ¶
Package handlers provides handlerfuncs
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthHandlers ¶
type AuthHandlers interface { SignUp(w http.ResponseWriter, r *http.Request) SignIn(w http.ResponseWriter, r *http.Request) UpdateUser(w http.ResponseWriter, r *http.Request) GetUser(w http.ResponseWriter, r *http.Request) GetUsers(w http.ResponseWriter, r *http.Request) DeleteUser(w http.ResponseWriter, r *http.Request) }
AuthHandlers interface defining HandlerFuncs
func NewAuthHandlers ¶
func NewAuthHandlers(authSvcClient authclient.AuthSvcClient) AuthHandlers
NewAuthHandlers takes an authclient.AuthSvcClient and returns an AuthHandlers
Click to show internal directories.
Click to hide internal directories.