comment

package
v0.0.0-...-e6e6a7d Latest Latest
Warning

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

Go to latest
Published: Dec 9, 2022 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Create

func Create(c *gin.Context)

写评论

func List

func List(c *gin.Context)

获取评论

func ListTop3

func ListTop3(c *gin.Context)

Types

type ReqList

type ReqList struct {
	CurrentPage int `form:"currentPage"`
	Gid         int `form:"gid"`
	TypeId      int `form:"typeId"`
}

type ReqSubmit

type ReqSubmit struct {
	Gid     int    `json:"gid"`
	TypeId  int    `json:"typeId"`
	Content string `json:"content"`
}

Jump to

Keyboard shortcuts

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