Documentation
¶
Index ¶
- Variables
- func Decode(filename, code string) ([]byte, error)
- type MemLoader
- func (s *MemLoader) LoadAppsClash(filepath string) ([]*configs.AppId, error)
- func (s *MemLoader) LoadCidrsClash(filepath string) ([]*geo.CIDR, error)
- func (s *MemLoader) LoadDomainsClash(filepath string) ([]*geo.Domain, error)
- func (m *MemLoader) LoadIP(filePath, code string) (*geo.GeoIP, error)
- func (m *MemLoader) LoadSite(filepath, code string) (*geo.GeoSite, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var (
Loader = New()
)
Functions ¶
Types ¶
type MemLoader ¶
type MemLoader struct {
}
func (*MemLoader) LoadAppsClash ¶
func (*MemLoader) LoadCidrsClash ¶
func (*MemLoader) LoadDomainsClash ¶
Click to show internal directories.
Click to hide internal directories.