Documentation ¶
Index ¶
- Variables
- func AssertTypeStringNotNull(i interface{}) (str string, err error)
- func FuzzParseProxyFromString(text string) proxy.ProxyList
- func GrepLinksFromString(text string) []string
- func Register(sourceType string, c creator)
- func String2Proxy(link string) proxy.Proxy
- func StringArray2ProxyArray(origin []string) proxy.ProxyList
- type Getter
- func NewGetter(sourceType string, options tool.Options) (getter Getter, err error)
- func NewSubscribe(options tool.Options) (getter Getter, err error)
- func NewTGChannelGetter(options tool.Options) (getter Getter, err error)
- func NewWebFanqiangdangGetter(options tool.Options) (getter Getter, err error)
- func NewWebFreessrxyzGetter(options tool.Options) (getter Getter, err error)
- func NewWebFuzzGetter(options tool.Options) (getter Getter, err error)
- func NewWebFuzzSubGetter(options tool.Options) (getter Getter, err error)
- type Subscribe
- type TGChannelGetter
- type WebFanqiangdang
- type WebFreessrXyz
- type WebFuzz
- type WebFuzzSub
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrorUrlNotFound = errors.New("url should be specified") ErrorCreaterNotSupported = errors.New("type not supported") )
Functions ¶
func AssertTypeStringNotNull ¶
func GrepLinksFromString ¶
func String2Proxy ¶
func StringArray2ProxyArray ¶
Types ¶
type TGChannelGetter ¶
func (*TGChannelGetter) Get ¶
func (g *TGChannelGetter) Get() proxy.ProxyList
type WebFanqiangdang ¶
type WebFanqiangdang struct { Url string // contains filtered or unexported fields }
func (*WebFanqiangdang) Get ¶
func (w *WebFanqiangdang) Get() proxy.ProxyList
type WebFreessrXyz ¶
type WebFreessrXyz struct { }
func (*WebFreessrXyz) Get ¶
func (w *WebFreessrXyz) Get() proxy.ProxyList
type WebFuzzSub ¶
type WebFuzzSub struct {
Url string
}
func (*WebFuzzSub) Get ¶
func (w *WebFuzzSub) Get() proxy.ProxyList
Click to show internal directories.
Click to hide internal directories.