package
Version:
v0.0.0-...-c8da0c0
Opens a new window with list of versions in this module.
Published: Oct 12, 2022
License: GPL-3.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Base struct {
Proxies *proxy.ProxyList `yaml:"proxies"`
Types string `yaml:"type"`
Country string `yaml:"country"`
NotCountry string `yaml:"not_country"`
}
type Clash struct {
Base
}
type Provider interface {
Provide() string
}
type SSRSub struct {
Base
}
type SSSub struct {
Base
}
type Surge struct {
Base
}
type VmessSub struct {
Base
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.