mirror of
https://github.com/lejianwen/rustdesk-api.git
synced 2026-04-29 03:10:04 +00:00
add remove user token #34
This commit is contained in:
@@ -7,3 +7,8 @@ type UserToken struct {
|
||||
ExpiredAt int64 `json:"expired_at" gorm:"default:0;not null;"`
|
||||
TimeModel
|
||||
}
|
||||
|
||||
type UserTokenList struct {
|
||||
UserTokens []UserToken `json:"list"`
|
||||
Pagination
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user