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}
Fork https://github.com/charmbracelet/soft-serve
git clone git://git.lin.moe/go/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}