Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrTransactionHandlerNotFound = errors.New("transaction handler not found")
Functions ¶
This section is empty.
Types ¶
type Store ¶
type Store struct {
// contains filtered or unexported fields
}
func (*Store) GetHandler ¶
type Transactor ¶
type Transactor struct {
TransactorStore *Store
}
func New ¶
func New() *Transactor
func (*Transactor) GetStore ¶
func (h *Transactor) GetStore() *Store
Click to show internal directories.
Click to hide internal directories.