summaryrefslogtreecommitdiffstats
path: root/common/comment.go
blob: 645185f5907b65d439893ebad4f6ca6759536fbb (plain)
1
2
3
4
5
6
7
8
package common

type CommentParam struct {
	UserID    uint32
	CommentID uint32
	Limit     uint32
	Offset    uint32
}