package
Version:
v1.1.1
Opens a new window with list of versions in this module.
Published: Sep 22, 2024
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func (a *App) SUCCESS(data interface{})
返回成功
type Response struct {
Code int `json:"code"`
Message string `json:"message"`
Result interface{} `json:"result"`
Success bool `json:"success"`
Timestamp int64 `json:"timestamp"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.