Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewSQLiteStore ¶
NewSQLiteStore will setup and return a sql list data store.
Types ¶
type Transacter ¶
type Transacter struct { }
Transacter is used to implement the DBTransacter interface for managing db transactions in other layers.
func (*Transacter) Commit ¶
func (t *Transacter) Commit(ctx context.Context) error
Commit will commit a distributed transaction.
Click to show internal directories.
Click to hide internal directories.