init repo
This commit is contained in:
11
defs/user_info.go
Normal file
11
defs/user_info.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package defs
|
||||
|
||||
type UserGettable interface {
|
||||
GetUserID() string
|
||||
GetName() string
|
||||
GetUsername() string
|
||||
GetEmail() string
|
||||
GetIsPrivateEmail() bool
|
||||
GetEmailVerified() bool
|
||||
ToUser() User
|
||||
}
|
||||
Reference in New Issue
Block a user