package
Version:
v0.0.0-...-8d6dda1
Opens a new window with list of versions in this module.
Published: Mar 3, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type ReqCreate struct {
Page string `json:"page"`
Statement string `json:"statement"`
Title string `json:"title"`
Keywords string `json:"keywords"`
Description string `json:"description"`
}
type ReqInfo struct {
Id int `form:"id"`
}
type ReqUpdate struct {
Id int `json:"id"`
Page string `json:"page"`
Statement string `json:"statement"`
Title string `json:"title"`
Keywords string `json:"keywords"`
Description string `json:"description"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.