Discover Packages
github.com/CocaineCong/tangseng
pkg
res
package
Version:
v0.0.1
Opens a new window with list of versions in this module.
Published: Aug 12, 2023
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type Response struct {
Status int `json:"status"`
Data interface{} `json:"data"`
Msg string `json:"msg"`
Error string `json:"error"`
TrackId string `json:"track_id"`
}
Response 基础序列化器
type TrackedErrorResponse struct {
Response
TrackId string `json:"track_id"`
}
TrackedErrorResponse 有追踪信息的错误反应
Source Files
¶
Click to show internal directories.
Click to hide internal directories.