data

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Apr 22, 2023 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Account

type Account struct {
	Username string `json:"username"`
	Password string `json:"password"`
}

func NewAccount

func NewAccount(username string, password string) *Account

func (*Account) GetPasswordLength

func (a *Account) GetPasswordLength() int

func (*Account) GetRSA

func (a *Account) GetRSA(ltID string) string

func (*Account) GetUserNameLength

func (a *Account) GetUserNameLength() int

type LoginMessage

type LoginMessage struct {
	Code     int    `json:"code"`
	Message  string `json:"message"`
	Redirect string `json:"Redirect"`
	ID       string `json:"ID"`
}

Jump to

Keyboard shortcuts

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