modeltiphereth

package
v0.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 17, 2023 License: MIT Imports: 2 Imported by: 0

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
}

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
)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL