Documentation ¶
Index ¶
- func CreateObjectTag(c *gin.Context)
- func CreateTag(c *gin.Context)
- func CreateValueModel(c *gin.Context)
- func DeleteObjctTag(c *gin.Context)
- func DeleteTag(c *gin.Context)
- func DeleteValueModel(c *gin.Context)
- func GetObjectTag(c *gin.Context)
- func GetStrValue(c *gin.Context)
- func GetTag(c *gin.Context)
- func GetTagType(c *gin.Context)
- func GetValueModel(c *gin.Context)
- func ObjectTagList(c *gin.Context)
- func Routes(r *gin.Engine)
- func TagLists(c *gin.Context)
- func UpdateObjectTag(c *gin.Context)
- func UpdateStrValue(c *gin.Context)
- func UpdateTag(c *gin.Context)
- func UpdateValueModel(c *gin.Context)
- func ValueModels(c *gin.Context)
- type CreateObjectChildHelp
- type CreateObjectTagBase
- type CreateObjectTagInput
- type CreateTagInput
- type CreateValueModelInput
- type DeleteObjctTagInput
- type DeleteValueModelInput
- type GetTagInput
- type GetTagListsInput
- type GetValueModelInput
- type ObjectTagsInput
- type UpdateObjectTagInput
- type UpdateStrValueInput
- type UpdateTagInput
- type UpdateValueModelInput
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateObjectTag ¶
func CreateValueModel ¶
func DeleteObjctTag ¶
func DeleteValueModel ¶
func GetObjectTag ¶
func GetStrValue ¶
func GetTagType ¶
func GetValueModel ¶
func ObjectTagList ¶
func UpdateObjectTag ¶
func UpdateStrValue ¶
func UpdateValueModel ¶
func ValueModels ¶
Types ¶
type CreateObjectChildHelp ¶
type CreateObjectTagBase ¶
type CreateObjectTagInput ¶
type CreateObjectTagInput struct { CreateObjectTagBase ValueInt *int `json:"value_int" form:"value_int"` ValueText *string `json:"value_text" form:"value_text"` }
func (*CreateObjectTagInput) Check ¶
func (self *CreateObjectTagInput) Check(tagType string) (err error)
type CreateTagInput ¶
type CreateValueModelInput ¶
type CreateValueModelInput struct {
Value string `json:"value" form:"value" binding:"required"`
}
type DeleteObjctTagInput ¶
type DeleteObjctTagInput struct { // test flag Test bool `json:"test" form:"test"` }
type DeleteValueModelInput ¶
type GetTagInput ¶
type GetTagInput struct {
ID int `json:"id" form:"id" binding:"required"`
}
type GetTagListsInput ¶
type ObjectTagsInput ¶
type ObjectTagsInput struct { mypg.Pagging h.SortByHelpr }
type UpdateObjectTagInput ¶
type UpdateObjectTagInput struct { ValueInt *int `json:"value_int" form:"value_int"` ValueText *string `json:"value_text" form:"value_text"` }
func (*UpdateObjectTagInput) Check ¶
func (self *UpdateObjectTagInput) Check(tagType string) (err error)
type UpdateStrValueInput ¶
type UpdateStrValueInput struct {
Value string `json:"value" form:"value" binding:"required"`
}
type UpdateTagInput ¶
type UpdateValueModelInput ¶
Click to show internal directories.
Click to hide internal directories.