1package proto23import "time"45// AccessToken represents an access token.6type AccessToken struct {7 ID int648 Name string9 UserID int6410 TokenHash string11 ExpiresAt time.Time12 CreatedAt time.Time13}
git clone git://git.lin.moe/fork/soft-serve.git
1package proto23import "time"45// AccessToken represents an access token.6type AccessToken struct {7 ID int648 Name string9 UserID int6410 TokenHash string11 ExpiresAt time.Time12 CreatedAt time.Time13}