Versions in this module Expand all Collapse all v0 v0.0.2 Dec 5, 2023 v0.0.1 Dec 4, 2023 Changes in this version + var API_JSON = "" + type Server struct + func NewServer() *Server + func (s *Server) Handle(method, path string, function interface{}, summary string, tag string) error + func (s *Server) PathMapping(m map[string]string) *Server + func (s *Server) Serve() error + func (s *Server) Use(m middleware.Middleware) *Server