Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/brave/go-translate
/ types & classes
Types & classes
5 in github.com/brave/go-translate
⨍
Functions
581
◇
Types & classes
5
Struct
GoogleLanguageList
GoogleLanguageList represents the JSON format for Google language list Example: { "sl":{"auto":"Detect language","af":"Afrikaans"}, "tl":{"af": "
language/language.go:198
Struct
Language
Language represents the format of language in Lingvanex language list Note that nativeName and dir are not used in this package since Google doesn't h
language/language.go:185
Struct
LingvanexResponseBody
LingvanexResponseBody represents JSON format of Lingvanex response bodies. Translations's size is limited to 1 since multiple translations is not comp
translate/translate.go:70
Struct
LnxEndpointConfiguration
LnxEndpointConfiguration describes a configuration of lingvanex endpoints, their supported languages and weights.
controller/controller.go:51
Struct
RequestBody
RequestBody represents JSON format of Lingvanex requests.
translate/translate.go:33