Documentation
¶
Index ¶
Constants ¶
View Source
const ( TypeGeositeOut = "v2rayGeoSite" DescGeositeOut = "Convert domain lists to V2Ray geosite format" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GeositeOut ¶
type GeositeOut struct {
Type string
Action lib.Action
Description string
OutputDir string
OutputName string
Want []string
Exclude []string
ExcludeAttrs map[string]map[string]bool
GFWListOutput string
}
func (*GeositeOut) GetAction ¶
func (g *GeositeOut) GetAction() lib.Action
func (*GeositeOut) GetDescription ¶
func (g *GeositeOut) GetDescription() string
func (*GeositeOut) GetType ¶
func (g *GeositeOut) GetType() string
Click to show internal directories.
Click to hide internal directories.