Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bregydoc/gtranslate
/ functions
Functions
15 in github.com/bregydoc/gtranslate
⨍
Functions
15
◇
Types & classes
2
↓ 3 callers
Function
translate
(text, from, to string, withVerification bool, tries int, delay time.Duration)
apiv2.go:27
↓ 2 callers
Function
sM
(a otto.Value, TTK ...otto.Value)
token.go:18
↓ 1 callers
Function
TranslateWithParams
TranslateWithParams translate a text with simple params as string
gtranslate.go:33
↓ 1 callers
Function
get
(text otto.Value, ttk otto.Value)
token.go:131
↓ 1 callers
Function
getGoogleTranslate
(text, from, to string, customClient ...*http.Client)
api.go:77
↓ 1 callers
Function
rawTranslate
(text, from, to string)
api.go:54
↓ 1 callers
Function
updateTTK
(TTK otto.Value)
token.go:97
Function
TestGetSM
(t *testing.T)
token_test.go:9
Function
TestTranslate
(t *testing.T)
api_test.go:24
Function
TestTranslateWithFromTo
(t *testing.T)
gtranslate_test.go:8
Function
Translate
Translate translate a text using native tags offer by go language
gtranslate.go:20
Function
init
()
apiv2.go:19
Function
main
()
examples/basic.go:9
Function
main
()
examples/test.go:10
Function
translateOld
(text, from, to string, withVerification bool)
api.go:17