package
Version:
v0.0.0-...-91027f6
Opens a new window with list of versions in this module.
Published: Feb 7, 2022
License: MIT
Opens a new window with license information.
Imports: 12
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type TransResult struct {
Src string `json:"src"`
Dst string `json:"dst"`
}
type TslResult struct {
From string `json:"from"`
To string `json:"to"`
TransResults []TransResult `json:"trans_result"`
ErrorCode string `json:"error_code"`
ErrorMsg string `json:"error_msg"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.