storage

package
v0.0.0-...-417dfff Latest Latest
Warning

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

Go to latest
Published: Mar 28, 2025 License: GPL-3.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AddAccount

func AddAccount(account models.Account) error

func DeleteAccount

func DeleteAccount(accountID string) error

func GetAccount

func GetAccount(accountID string) ([]models.Account, error)

func GetAccounts

func GetAccounts() ([]models.Account, error)

func GetPassword

func GetPassword(accountUsername string) string

func Init

func Init() *sql.DB

func InitReportDb

func InitReportDb() (*pgxpool.Pool, context.Context)

func Instance

func Instance() *sql.DB

func IsAdmin

func IsAdmin(accountUsername string) (bool, string)

func ReportInstance

func ReportInstance() (*pgxpool.Pool, context.Context)

func UpdateAccount

func UpdateAccount(accountID string, account models.AccountUpdate) error

func UpdatePassword

func UpdatePassword(accountUsername string, newPassword string) error

Types

This section is empty.

Jump to

Keyboard shortcuts

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