package
Version:
v0.0.0-...-1b479c1
Opens a new window with list of versions in this module.
Published: Jan 9, 2023
License: BSD-3-Clause
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
const (
CodeSuccess Code = 200
CodeError Code = 400
CodeNoPermission Code = 403
CodeInvalidParams Code = 404
CodeServerError Code = 500
)
type Indetify2Resp struct {
Code Code `json:"code"`
Message string `json:"message"`
Value struct {
BizCode BizCode `json:"bizCode"`
Message string `json:"message"`
} `json:"value"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.