Documentation ¶
Index ¶
- type Server
- func (s *Server) AuthHandler(ctx *fasthttp.RequestCtx, ps fasthttprouter.Params)
- func (s *Server) Shutdown() error
- func (s *Server) SignInHandler(ctx *fasthttp.RequestCtx, ps fasthttprouter.Params)
- func (s *Server) SignUpHandler(ctx *fasthttp.RequestCtx, ps fasthttprouter.Params)
- func (s *Server) Start() error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
func (*Server) AuthHandler ¶
func (s *Server) AuthHandler(ctx *fasthttp.RequestCtx, ps fasthttprouter.Params)
func (*Server) SignInHandler ¶
func (s *Server) SignInHandler(ctx *fasthttp.RequestCtx, ps fasthttprouter.Params)
func (*Server) SignUpHandler ¶
func (s *Server) SignUpHandler(ctx *fasthttp.RequestCtx, ps fasthttprouter.Params)
Click to show internal directories.
Click to hide internal directories.