Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type ErrAccountNotFound ¶
type ErrAccountNotFound struct {
// contains filtered or unexported fields
}
func NewErrAccountNotFound ¶
func NewErrAccountNotFound(account ulid.ULID, which string) *ErrAccountNotFound
func (*ErrAccountNotFound) Error ¶
func (e *ErrAccountNotFound) Error() string
func (*ErrAccountNotFound) Unwrap ¶
func (e *ErrAccountNotFound) Unwrap() error
type Storage ¶
type Storage interface { CreateTx(ctx context.Context, tx Transaction) error GetTx(ctx context.Context, id ulid.ULID) (*Transaction, error) }
Click to show internal directories.
Click to hide internal directories.