package
Version:
v1.0.11
Opens a new window with list of versions in this module.
Published: Nov 22, 2021
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
¶
type Result struct {
Code int `json:"code"`
Msg string `json:"msg"`
Data interface{} `json:"data"`
}
func Fail(msg interface{}) Result
func Success(data interface{}) Result
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.