Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0
Ce dépôt a été archivé le 2022-05-07. Vous pouvez voir ses fichiers ou le cloner, mais pas ouvrir de ticket ou de demandes d'ajout, ni soumettre de changements.
nyaa-pantsu/common/comment.go
2017-05-14 19:31:17 -04:00

9 lignes
117 o
Go

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