mirror of
https://github.com/harness/drone.git
synced 2025-05-07 05:41:36 +08:00
8 lines
99 B
Go
8 lines
99 B
Go
package model
|
|
|
|
type Token struct {
|
|
AccessToken string
|
|
RefreshToken string
|
|
Expiry int64
|
|
}
|