package
Version:
v0.0.3
Opens a new window with list of versions in this module.
Published: Jan 4, 2023
License: GPL-2.0
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Account struct {
Uid int `db:"uid"`
AppId string `db:"appid"`
SecretKey string `db:"secretKey"`
}
type Trans struct {
From string `json:"from"`
To string `json:"to"`
ErrorCode string `json:"error_code"`
ErrorMsg string `json:"error_msg"`
Tresult []struct {
Src string `json:"src"`
Dst string `json:"dst"`
} `json:"trans_result"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.