entity

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Sep 8, 2021 License: MIT Imports: 0 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 {
	Name       string `json:"name" desc:"account name"`
	Secret     string `json:"secret" desc:"account secret"`
	QRCode     string `json:"qrcode" desc:"account QR code"`
	CreateTime int64  `json:"create_time" desc:"create time"`
	UpdateTime int64  `json:"update_time" desc:"update time"`
}

Account account of Google Authenticator

type Data

type Data struct {
	Accounts []*Account `json:"accounts" desc:"account list"`
}

Data Save data

Jump to

Keyboard shortcuts

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