Documentation
¶
Index ¶
- func AddAccount(account models.Account) error
- func DeleteAccount(accountID string) error
- func GetAccount(accountID string) ([]models.Account, error)
- func GetAccounts() ([]models.Account, error)
- func GetPassword(accountUsername string) string
- func Init() *sql.DB
- func InitReportDb() (*pgxpool.Pool, context.Context)
- func Instance() *sql.DB
- func IsAdmin(accountUsername string) (bool, string)
- func ReportInstance() (*pgxpool.Pool, context.Context)
- func UpdateAccount(accountID string, account models.AccountUpdate) error
- func UpdatePassword(accountUsername string, newPassword string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddAccount ¶
func DeleteAccount ¶
func GetAccounts ¶
func GetPassword ¶
func UpdateAccount ¶
func UpdateAccount(accountID string, account models.AccountUpdate) error
func UpdatePassword ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.