package
Version:
v1.0.20
Opens a new window with list of versions in this module.
Published: Mar 26, 2024
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Code struct {
Code int `json:"code"`
Msg string `json:"msg"`
Data interface{} `json:"data"`
Timestamp int64 `json:"timestamp"`
}
type Default struct {
Status int `json:"status"`
Msg string `json:"msg"`
Data interface{} `json:"data"`
Timestamp int64 `json:"timestamp"`
}
type Message struct {
Status int `json:"status"`
Msg string `json:"message"`
Data interface{} `json:"data"`
Timestamp int64 `json:"timestamp"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.