Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccountStorage ¶
type AccountStorage struct {
Storage
}
func NewAccountStorage ¶
func NewAccountStorage(db *sqlx.DB) *AccountStorage
func (*AccountStorage) Create ¶
func (a *AccountStorage) Create(record *internalmodels.AccountRecord) error
func (*AccountStorage) Delete ¶
func (a *AccountStorage) Delete(record *internalmodels.AccountRecord) error
type Storage ¶
type Storage struct {
// contains filtered or unexported fields
}
func (*Storage) DeleteRecord ¶
Click to show internal directories.
Click to hide internal directories.