1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2025-01-23 17:53:23 +02:00
2015-02-04 13:18:46 +03:00

8 lines
99 B
Go

package model
type Token struct {
AccessToken string
RefreshToken string
Expiry int64
}