1 2 3 4 5 6 7 8
package common type CommentParam struct { UserID uint32 CommentID uint32 Limit uint32 Offset uint32 }