Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type App ¶
type App struct {
// contains filtered or unexported fields
}
func New ¶
func New(options AppOptions) (*App, error)
type AppOptions ¶
type SteamCredentials ¶
type SteamCredentials struct {
// Steam API key.
APIKey string
// Steam username.
Username string
// Steam password.
Password string
// Steam Guard email code.
AuthCode string
// Steam Guard mobile two-factor authentication code.
TwoFactorCode string
// If set to true, ns will save a login key and next logins won't need a password.
// ns will never save the password.
RememberPassword bool
}
SteamCredentials contains Steam authentication information.
Click to show internal directories.
Click to hide internal directories.