package
Version:
v1.0.11
Opens a new window with list of versions in this module.
Published: Oct 27, 2021
License: AGPL-3.0
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func UseTranslateHandle()
type Tran struct {
Type string `json:"type"`
ErrorCode int `json:"errorCode"`
ElapsedTime int `json:"elapsedTime"`
TranslateResult [][]struct {
Src string `json:"src"`
Tgt string `json:"tgt"`
} `json:"translateResult"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.