Versions in this module Expand all Collapse all v0 v0.0.1 Jan 1, 2024 Changes in this version + var API_JSON = "" + type Server struct + func NewServer() *Server + func (s *Server) HandleRaw(path string, function func(*fasthttp.RequestCtx)) error + func (s *Server) Serve(services []interface{}) error + func (s *Server) Use(m middleware.Middleware) *Server