Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccessToken ¶
type AccessToken string
type Account ¶
type Account struct { ID model.InternalID Platform AccountPlatform PlatformAccountID string Name string ProfileURL string AvatarURL string LatestUpdateTime time.Time }
type AccountPlatform ¶
type AccountPlatform int
const ( AccountPlatformUnspecified AccountPlatform = iota AccountPlatformSteam )
type PullAccountInfo ¶
type PullAccountInfo struct { ID model.InternalID Platform AccountPlatform PlatformAccountID string }
type RefreshToken ¶
type RefreshToken string
type User ¶
type User struct { ID model.InternalID UserName string PassWord string Type libauth.UserType Status UserStatus }
type UserStatus ¶
type UserStatus int
const ( UserStatusUnspecified UserStatus = iota UserStatusActive UserStatusBlocked )
Click to show internal directories.
Click to hide internal directories.