Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ArchiveFactory ¶
ArchiveFactory is an autogenerated mock type for the ArchiveFactory type
func NewArchiveFactory ¶ added in v1.59.0
func NewArchiveFactory(t interface { mock.TestingT Cleanup(func()) }) *ArchiveFactory
NewArchiveFactory creates a new instance of ArchiveFactory. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*ArchiveFactory) CreateArchiveSpanReader ¶
func (_m *ArchiveFactory) CreateArchiveSpanReader() (spanstore.Reader, error)
CreateArchiveSpanReader provides a mock function with given fields:
func (*ArchiveFactory) CreateArchiveSpanWriter ¶
func (_m *ArchiveFactory) CreateArchiveSpanWriter() (spanstore.Writer, error)
CreateArchiveSpanWriter provides a mock function with given fields:
type Factory ¶
Factory is an autogenerated mock type for the Factory type
func NewFactory ¶ added in v1.59.0
NewFactory creates a new instance of Factory. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*Factory) CreateDependencyReader ¶
func (_m *Factory) CreateDependencyReader() (dependencystore.Reader, error)
CreateDependencyReader provides a mock function with given fields:
func (*Factory) CreateSpanReader ¶
CreateSpanReader provides a mock function with given fields:
func (*Factory) CreateSpanWriter ¶
CreateSpanWriter provides a mock function with given fields:
type MetricsFactory ¶ added in v1.23.0
MetricsFactory is an autogenerated mock type for the MetricsFactory type
func NewMetricsFactory ¶ added in v1.59.0
func NewMetricsFactory(t interface { mock.TestingT Cleanup(func()) }) *MetricsFactory
NewMetricsFactory creates a new instance of MetricsFactory. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*MetricsFactory) CreateMetricsReader ¶ added in v1.23.0
func (_m *MetricsFactory) CreateMetricsReader() (metricsstore.Reader, error)
CreateMetricsReader provides a mock function with given fields:
func (*MetricsFactory) Initialize ¶ added in v1.23.0
func (_m *MetricsFactory) Initialize(logger *zap.Logger) error
Initialize provides a mock function with given fields: logger
type Purger ¶ added in v1.59.0
Purger is an autogenerated mock type for the Purger type
type SamplingStoreFactory ¶ added in v1.59.0
SamplingStoreFactory is an autogenerated mock type for the SamplingStoreFactory type
func NewSamplingStoreFactory ¶ added in v1.59.0
func NewSamplingStoreFactory(t interface { mock.TestingT Cleanup(func()) }) *SamplingStoreFactory
NewSamplingStoreFactory creates a new instance of SamplingStoreFactory. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*SamplingStoreFactory) CreateLock ¶ added in v1.59.0
func (_m *SamplingStoreFactory) CreateLock() (distributedlock.Lock, error)
CreateLock provides a mock function with given fields:
func (*SamplingStoreFactory) CreateSamplingStore ¶ added in v1.59.0
func (_m *SamplingStoreFactory) CreateSamplingStore(maxBuckets int) (samplingstore.Store, error)
CreateSamplingStore provides a mock function with given fields: maxBuckets