Discover Packages
github.com/i2eco/egoshop
appgo
router
admin
admineditor
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: 15
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type ReqContentSave struct {
Id int `json:"id"`
Type int `json:"type"`
Name string `json:"name"`
PreHtml string `json:"html"`
}
type ReqRelease struct {
Id int `json:"id"`
Type int `json:"type"`
}
type ReqUpload struct {
Id int `json:"id"`
Type int `json:"type"`
Space string `json:"space"`
Image string `json:"image"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.