package
Version:
v1.4.0-201912111435
Opens a new window with list of versions in this module.
Published: Dec 11, 2019
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
type Result struct {
Code int `json:"code"`
Data interface{} `json:"data"`
Message string `json:"msg"`
}
func Ok(data interface{}) Result
Source Files
¶
Click to show internal directories.
Click to hide internal directories.