Documentation
¶
Index ¶
- Variables
- type Ep
- func (ep *Ep) GenC(serviceL string) bool
- func (ep *Ep) GenQ(source string, target string, input t.SMII, order t.MISI, genReqFun i.Genreq, ...) (inputs map[int]*grequests.RequestOptions, str_ar []interface{})
- func (se *Ep) InitBing(map[string]interface{})
- func (se *Ep) InitFrengly(map[string]interface{})
- func (se *Ep) InitGoogle(map[string]interface{})
- func (se *Ep) InitMultillect(map[string]interface{})
- func (se *Ep) InitPromt(map[string]interface{})
- func (se *Ep) InitSystran(options map[string]interface{})
- func (se *Ep) InitYandex(map[string]interface{})
- func (ep *Ep) JoinTranslated(str_ar []interface{}, input interface{}, translation interface{}, glue string) i.Pinput
- func (ep *Ep) RetReqs(dst interface{}, tp string, verb string, url string, ...) interface{}
Constants ¶
This section is empty.
Variables ¶
View Source
var GEp = new(Ep).init()
Functions ¶
This section is empty.
Types ¶
type Ep ¶
type Ep struct { i.Ep Name string Limit int Misc map[string]interface{} Urls map[string]*url.URL UrlStr map[string]string Cak map[string]string CaPrefix []string CookieJar http.CookieJar CookEx sync.RWMutex CookC *sync.Cond Req grequests.RequestOptions Config map[string]interface{} Arr bool Active bool Txtrq *t.TextReq Translate func(source string, target string, pinput i.Pinput) i.Pinput PreReq func(pinput i.Pinput) (t.SMII, t.MISI) GenReq i.Genreq MkReq func(source string, target string) *grequests.RequestOptions GetLangs func() map[string]string }
func (*Ep) InitFrengly ¶
func (*Ep) InitGoogle ¶
func (*Ep) InitMultillect ¶
func (*Ep) InitSystran ¶
func (*Ep) InitYandex ¶
func (*Ep) JoinTranslated ¶
Click to show internal directories.
Click to hide internal directories.