Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakePersistable ¶
type FakePersistable struct { }
func (*FakePersistable) Persist ¶
func (t *FakePersistable) Persist(ctx context.Context, s model.StorageBatch, version model.Version) error
type FakeStorage ¶
type FakeStorage struct { }
func (*FakeStorage) PersistBatch ¶
func (t *FakeStorage) PersistBatch(ctx context.Context, ps ...model.Persistable) error
type MockExporter ¶
func (*MockExporter) ExportResult ¶
func (t *MockExporter) ExportResult(ctx context.Context, strg model.Storage, height int64, m []*indexer.ModelResult) error
type MockIndexBuilder ¶
type MockIndexBuilder struct { MockIndexer *MockIndexer mock.Mock }
func (*MockIndexBuilder) Name ¶
func (t *MockIndexBuilder) Name() string
func (*MockIndexBuilder) WithInterval ¶ added in v0.17.1
func (t *MockIndexBuilder) WithInterval(_ int) tipset.IndexerBuilder
func (*MockIndexBuilder) WithTasks ¶
func (t *MockIndexBuilder) WithTasks(_ []string) tipset.IndexerBuilder
Click to show internal directories.
Click to hide internal directories.