Documentation
¶
Index ¶
- type StandartLoader
- func (s *StandartLoader) LoadAppsClash(filepath string) ([]*configs.AppId, error)
- func (s *StandartLoader) LoadCidrsClash(filepath string) ([]*geo.CIDR, error)
- func (s *StandartLoader) LoadDomainsClash(filepath string) ([]*geo.Domain, error)
- func (s *StandartLoader) LoadIP(filepath, countryCode string) (*geo.GeoIP, error)
- func (s *StandartLoader) LoadSite(filepath, siteName string) (*geo.GeoSite, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StandartLoader ¶
type StandartLoader struct {
// contains filtered or unexported fields
}
func NewStandartLoader ¶
func NewStandartLoader() *StandartLoader
func (*StandartLoader) LoadAppsClash ¶
func (s *StandartLoader) LoadAppsClash(filepath string) ([]*configs.AppId, error)
func (*StandartLoader) LoadCidrsClash ¶
func (s *StandartLoader) LoadCidrsClash(filepath string) ([]*geo.CIDR, error)
func (*StandartLoader) LoadDomainsClash ¶
func (s *StandartLoader) LoadDomainsClash(filepath string) ([]*geo.Domain, error)
Click to show internal directories.
Click to hide internal directories.