response

package
v0.0.0-...-5e8989d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 2, 2025 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CommentCRes

type CommentCRes struct {
	RepId      uint   `json:"rep_id"`
	ReMeNick   string `json:"re_me_nick"`
	ReplyId    *uint  `json:"reply_id"`
	ComId      uint   `json:"com_id"`
	Comment    string `json:"comment"`
	MeId       *uint  `json:"me_id"`
	MeImg      string `json:"me_img"`
	MeNick     string `json:"me_nick"`
	CreateTime string `json:"create_time"`
}

type CommentRes

type CommentRes struct {
	ComAddTime string `json:"com_add_time"`
	ComId      uint   `json:"com_id"`
	Comment    string `json:"comment"`
	CommentNum int64  `json:"comment_num"`
	MeId       *uint  `json:"me_id"`
	MeImg      string `json:"me_img"`
	MeNick     string `json:"me_nick"`
	Pic        string `json:"pic"`
}

Comment 结构体

type ThreeLevel

type ThreeLevel struct {
	global.GVA_MODEL
	Key      string                     `json:"key" form:"key" gorm:"column:key;comment:唯一标识;"`
	Value    string                     `json:"value" form:"value" gorm:"column:value;comment:展示名称;"`
	Articles []hierarchy.FdArticleLearn `json:"articles" form:"articles" gorm:"foreignKey:LevelThreeID;references:ID;comment:;"`
}

type TwoLevel

type TwoLevel struct {
	ID   uint   `json:"id" gorm:"primarykey"`
	Name string `json:"name" gorm:"column:value"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL