package
Version:
v0.0.0-...-e6e6a7d
Opens a new window with list of versions in this module.
Published: Dec 9, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type ReqCreate struct {
Name string `json:"name"`
Icon string `json:"icon"`
Pid int `json:"pid"`
}
type ReqInfo struct {
Id int `form:"id"`
}
type ReqRemove struct {
Id int `json:"id"`
}
type ReqUpdate struct {
Id int `json:"id"`
Name string `json:"name"`
Icon string `json:"icon"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.