mirror of
https://github.com/nezhahq/nezha.git
synced 2025-01-22 20:58:14 -05:00
8 lines
110 B
Go
8 lines
110 B
Go
package model
|
|
|
|
type ApiToken struct {
|
|
Common
|
|
UserID uint64 `json:"user_id"`
|
|
Token string `json:"token"`
|
|
}
|