Versions in this module Expand all Collapse all v0 v0.0.3 Jan 15, 2024 v0.0.2 Jan 2, 2024 Changes in this version + var API_JSON = "" + type Server struct + func NewServer() *Server + func (s *Server) RegisterHTTP(path string, function func(*fasthttp.RequestCtx)) + func (s *Server) RegisterService(services ...interface{}) + func (s *Server) Serve() error + func (s *Server) Use(m middleware.Middleware) *Server v0.0.1 Jan 1, 2024 Changes in this version + func HandleHTTP(path string, f func(*fasthttp.RequestCtx)) + func Serve(services ...interface{}) + func Use(m middleware.Middleware) *goapi.Server