Versions in this module Expand all Collapse all v1 v1.4.1 May 10, 2026 Changes in this version + const ProxyGroups + func NewSubHandler(g *gin.RouterGroup) + type ClashService struct + func (s *ClashService) ConvertToClashMeta(outbounds *[]map[string]interface{}, basicConfig string) (string, error) + func (s *ClashService) GetClash(subId string) (*string, []string, error) + type JsonService struct + func (j *JsonService) GetJson(subId string, format string) (*string, []string, error) + type Link struct + Remark string + Type string + Uri string + type LinkService struct + func (s *LinkService) GetLinks(linkJson *json.RawMessage, types string, clientInfo string) []string + type Server struct + func NewServer() *Server + func (s *Server) GetCtx() context.Context + func (s *Server) Start() (err error) + func (s *Server) Stop() error + type SubHandler struct + type SubService struct + func (s *SubService) GetSubs(subId string) (*string, []string, error)