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