Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCacheCVFS ¶
Types ¶
type CVFS ¶
type CacheCVFS ¶
type CacheCVFS interface { Close() error BestCID() cid.Cid Blocks() ABlock.MergeWriter Nodes() ANodes.MergeWriter Assetses() AAssetses.MergeWriter Receipts() AReceipts.MergeWriter Transactions() ATx.MergeWriter MergeGroup() merger.CVFSMerger }
type TransactionContext ¶
func WithCancel ¶
func WithCancel(ctx context.Context) *TransactionContext
func (*TransactionContext) CancelWithErr ¶
func (ttxc *TransactionContext) CancelWithErr(err error)
func (*TransactionContext) HasError ¶
func (ttxc *TransactionContext) HasError() error
Click to show internal directories.
Click to hide internal directories.