package
Version:
v0.0.0-...-3e42db4
Opens a new window with list of versions in this module.
Published: Nov 3, 2024
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type ErrorRec struct {
Code int `json:"code"`
Msg string `json:"msg"`
Error string `json:"error"`
}
type LoginRec struct {
Code int `json:"code"`
Msg string `json:"msg"`
Username string `json:"username"`
Token string `json:"token"`
IsAdmin bool `json:"isAdmin"`
}
type SuccessRec struct {
Code int `json:"code"`
Msg string `json:"msg"`
Data interface{} `json:"data"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.