Documentation
¶
Index ¶
Constants ¶
View Source
const (
JSON_FILE_NAME = "free_vpn_list.json"
)
Variables ¶
View Source
var (
VPN_MAP = map[string]struct{}{}
)
Functions ¶
func HandleQuery ¶
func ParseRawUri ¶
Types ¶
type Item ¶
type Sites ¶
type Sites struct { VPNList *Result `json:"vpn_list"` // contains filtered or unexported fields }
func (*Sites) RegisterSite ¶
type VPNFromGithub ¶
func NewVPNFromGithub ¶
func NewVPNFromGithub(cnf *conf.Config, vpnList *Result) (v *VPNFromGithub)
func (*VPNFromGithub) Parse ¶
func (that *VPNFromGithub) Parse(content []byte)
func (*VPNFromGithub) Run ¶
func (that *VPNFromGithub) Run()
Click to show internal directories.
Click to hide internal directories.