package
Version:
v0.0.0-...-653fb89
Opens a new window with list of versions in this module.
Published: Jan 13, 2023
License: Apache-2.0
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
¶
type Result struct {
Code uint32 `json:"code"`
Msg string `json:"msg"`
Data interface{} `json:"data"`
}
func Success(data interface{}) *Result
Source Files
¶
Click to show internal directories.
Click to hide internal directories.