summaryrefslogtreecommitdiffstats
path: root/common/user.go
blob: e99f013235a42aad644862284dfd3bad5599aa34 (plain)
1
2
3
4
5
6
7
8
9
10
11
package common

type UserParam struct {
	Full     bool // if true populate Uploads, UsersWeLiked and UsersLikingMe
	Email    string
	Name     string
	ApiToken string
	ID       uint32
	Max      uint32
	Offset   uint32
}