database

package
v0.19.0 Latest Latest
Warning

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

Go to latest
Published: Oct 26, 2023 License: AGPL-3.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MariaDB added in v0.18.0

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

func NewMariaDB added in v0.18.0

func NewMariaDB(dbURL string) (*MariaDB, error)

NewMariaDB creates a new MariaDB connection instance

func (*MariaDB) AddAccount added in v0.18.0

func (m *MariaDB) AddAccount(userID []byte, accountAddress []byte, signature []byte) error

func (*MariaDB) AddUser added in v0.18.0

func (m *MariaDB) AddUser(userID []byte, privateKey []byte) error

func (*MariaDB) DeleteUser added in v0.18.0

func (m *MariaDB) DeleteUser(userID []byte) error

func (*MariaDB) GetAccounts added in v0.18.0

func (m *MariaDB) GetAccounts(userID []byte) ([]common.AccountDB, error)

func (*MariaDB) GetAllUsers added in v0.18.0

func (m *MariaDB) GetAllUsers() ([]common.UserDB, error)

func (*MariaDB) GetUserPrivateKey added in v0.18.0

func (m *MariaDB) GetUserPrivateKey(userID []byte) ([]byte, error)

type SqliteDatabase

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

func NewSqliteDatabase

func NewSqliteDatabase(dbPath string) (*SqliteDatabase, error)

func (*SqliteDatabase) AddAccount

func (s *SqliteDatabase) AddAccount(userID []byte, accountAddress []byte, signature []byte) error

func (*SqliteDatabase) AddUser

func (s *SqliteDatabase) AddUser(userID []byte, privateKey []byte) error

func (*SqliteDatabase) DeleteUser

func (s *SqliteDatabase) DeleteUser(userID []byte) error

func (*SqliteDatabase) GetAccounts

func (s *SqliteDatabase) GetAccounts(userID []byte) ([]common.AccountDB, error)

func (*SqliteDatabase) GetAllUsers

func (s *SqliteDatabase) GetAllUsers() ([]common.UserDB, error)

func (*SqliteDatabase) GetUserPrivateKey

func (s *SqliteDatabase) GetUserPrivateKey(userID []byte) ([]byte, error)

Jump to

Keyboard shortcuts

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