Versions in this module Expand all Collapse all v0 v0.0.1 Sep 18, 2023 Changes in this version + func CalculateClashModeList(options option.Options) []string + func NewClashServer(ctx context.Context, router adapter.Router, logFactory log.ObservableFactory, ...) (adapter.ClashServer, error) + func NewV2RayServer(logger log.Logger, options option.V2RayAPIOptions) (adapter.V2RayServer, error) + func RegisterClashServerConstructor(constructor ClashServerConstructor) + func RegisterV2RayServerConstructor(constructor V2RayServerConstructor) + type ClashServerConstructor = func(ctx context.Context, router adapter.Router, logFactory log.ObservableFactory, ...) (adapter.ClashServer, error) + type V2RayServerConstructor = func(logger log.Logger, options option.V2RayAPIOptions) (adapter.V2RayServer, error)