package
Version:
v0.0.0-...-e5308b5
Opens a new window with list of versions in this module.
Published: Mar 18, 2024
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
const (
InternalServerErr ApiCode = 500
InvalidParams ApiCode = 10000
)
type Response struct {
Code ApiCode `json:"code"`
Message string `json:"message"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.