all
This commit is contained in:
12
Downloads/Voltaserve/api/model/user_model.go
Normal file
12
Downloads/Voltaserve/api/model/user_model.go
Normal file
@ -0,0 +1,12 @@
|
||||
package model
|
||||
|
||||
type User interface {
|
||||
GetID() string
|
||||
GetFullName() string
|
||||
GetUsername() string
|
||||
GetEmail() string
|
||||
GetPicture() *string
|
||||
GetIsEmailConfirmed() bool
|
||||
GetCreateTime() string
|
||||
GetUpdateTime() *string
|
||||
}
|
Reference in New Issue
Block a user