Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrRecordNotFound ... ErrRecordNotFound = errors.New("record not found") )
Functions ¶
This section is empty.
Types ¶
type AccountStore ¶
type Store ¶
type Store interface { Account() AccountStore Transaction() TransactionStore Job() JobStore Close() }
type TransactionStore ¶
type TransactionStore interface { Save(*model.IncomingRequest, string) error Fetch(int) ([]model.Transaction, error) Update(int) error }
Click to show internal directories.
Click to hide internal directories.