Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccountStore ¶
type AccountStore struct {
// contains filtered or unexported fields
}
func (*AccountStore) CreateAccount ¶
func (accStore *AccountStore) CreateAccount(account *Account) error
func (*AccountStore) DeleteAccount ¶
func (accStore *AccountStore) DeleteAccount(id int) error
func (*AccountStore) GetAccountByID ¶
func (accStore *AccountStore) GetAccountByID(id int) (*Account, error)
func (*AccountStore) GetAccounts ¶
func (accStore *AccountStore) GetAccounts() ([]*Account, error)
Click to show internal directories.
Click to hide internal directories.