multiaccounts

package
v0.52.2 Latest Latest
Warning

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

Go to latest
Published: Apr 16, 2020 License: MPL-2.0 Imports: 3 Imported by: 1

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"`
	Timestamp      int64  `json:"timestamp"`
	PhotoPath      string `json:"photo-path"`
	KeycardPairing string `json:"keycard-pairing"`
	KeyUID         string `json:"key-uid"`
}

Account stores public information about account.

type Database

type Database struct {
	// contains filtered or unexported fields
}

func InitializeDB

func InitializeDB(path string) (*Database, error)

InitializeDB creates db file at a given path and applies migrations.

func (*Database) Close

func (db *Database) Close() error

func (*Database) DeleteAccount

func (db *Database) DeleteAccount(keyUID string) error

func (*Database) GetAccounts

func (db *Database) GetAccounts() ([]Account, error)

func (*Database) SaveAccount

func (db *Database) SaveAccount(account Account) error

func (*Database) UpdateAccount

func (db *Database) UpdateAccount(account Account) error

func (*Database) UpdateAccountTimestamp

func (db *Database) UpdateAccountTimestamp(keyUID string, loginTimestamp int64) error

Directories

Path Synopsis
sql

Jump to

Keyboard shortcuts

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