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 WithGraphbase(graph graphbases.Transaction) Builder WithDatabase(db databases.Transaction) Builder WithTable(table tables.Transaction) Builder WithSet(set sets.Transaction) Builder Now() (Transaction, error) }
Builder represents a transaction builder
type Transaction ¶
type Transaction interface { Hash() hash.Hash IsGraphbase() bool Graphbase() graphbases.Transaction IsDatabase() bool Database() databases.Transaction IsTable() bool Table() tables.Transaction IsSet() bool Set() sets.Transaction }
Transaction represents a container transaction
Click to show internal directories.
Click to hide internal directories.