Versions in this module Expand all Collapse all v1 v1.2.1 Feb 14, 2023 Changes in this version + var ErrConnectionFailed = errors.New("models: couldn't connect to database") + var ErrDeleteFailed = errors.New("models: couldn't delete entry") + var ErrInsertFailed = errors.New("models: couldn't insert an entry to the database") + var ErrInvalidKey = errors.New("models: invalid key provided") + var ErrNoRecord = errors.New("models: no record found") + var ErrPingFailed = errors.New("models: couldn't ping database") + type Account struct + ID any + License string + RefCount json.Number + Type string