9 lignes
117 o
Go
9 lignes
117 o
Go
|
package common
|
||
|
|
||
|
type CommentParam struct {
|
||
|
UserID uint32
|
||
|
CommentID uint32
|
||
|
Limit uint32
|
||
|
Offset uint32
|
||
|
}
|