Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var API_JSON = ""
Functions ¶
This section is empty.
Types ¶
type Server ¶ added in v0.0.2
type Server struct {
// contains filtered or unexported fields
}
func (*Server) RegisterHTTP ¶ added in v0.0.2
func (s *Server) RegisterHTTP(path string, function func(*fasthttp.RequestCtx))
func (*Server) RegisterService ¶ added in v0.0.2
func (s *Server) RegisterService(services ...interface{})
func (*Server) Use ¶ added in v0.0.2
func (s *Server) Use(m middleware.Middleware) *Server
Click to show internal directories.
Click to hide internal directories.