Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Builder ¶
type Builder interface { Create() Builder WithSave(save saves.Transaction) Builder WithDelete(del deletes.Transaction) Builder Now() (Transaction, error) }
Builder represents the transaction builder
type Transaction ¶
type Transaction interface { Hash() hash.Hash IsSave() bool Save() saves.Transaction IsDelete() bool Delete() deletes.Transaction }
Transaction represents a table container transaction
Click to show internal directories.
Click to hide internal directories.