Versions in this module Expand all Collapse all v2 v2.1.4 Oct 1, 2025 Changes in this version + type FakeConfigurationGetter struct + GetLatestConfigurationStub func() []*dataplane.Configuration + func (fake *FakeConfigurationGetter) GetLatestConfiguration() []*dataplane.Configuration + func (fake *FakeConfigurationGetter) GetLatestConfigurationCallCount() int + func (fake *FakeConfigurationGetter) GetLatestConfigurationCalls(stub func() []*dataplane.Configuration) + func (fake *FakeConfigurationGetter) GetLatestConfigurationReturns(result1 []*dataplane.Configuration) + func (fake *FakeConfigurationGetter) GetLatestConfigurationReturnsOnCall(i int, result1 []*dataplane.Configuration) + func (fake *FakeConfigurationGetter) Invocations() map[string][][]interface{} + type FakeDataCollector struct + CollectStub func(context.Context) (telemetry.Data, error) + func (fake *FakeDataCollector) Collect(arg1 context.Context) (telemetry.Data, error) + func (fake *FakeDataCollector) CollectArgsForCall(i int) context.Context + func (fake *FakeDataCollector) CollectCallCount() int + func (fake *FakeDataCollector) CollectCalls(stub func(context.Context) (telemetry.Data, error)) + func (fake *FakeDataCollector) CollectReturns(result1 telemetry.Data, result2 error) + func (fake *FakeDataCollector) CollectReturnsOnCall(i int, result1 telemetry.Data, result2 error) + func (fake *FakeDataCollector) Invocations() map[string][][]interface{} + type FakeExporter struct + ExportStub func(context.Context, telemetrya.Exportable) error + func (fake *FakeExporter) Export(arg1 context.Context, arg2 telemetrya.Exportable) error + func (fake *FakeExporter) ExportArgsForCall(i int) (context.Context, telemetrya.Exportable) + func (fake *FakeExporter) ExportCallCount() int + func (fake *FakeExporter) ExportCalls(stub func(context.Context, telemetrya.Exportable) error) + func (fake *FakeExporter) ExportReturns(result1 error) + func (fake *FakeExporter) ExportReturnsOnCall(i int, result1 error) + func (fake *FakeExporter) Invocations() map[string][][]interface{} + type FakeGraphGetter struct + GetLatestGraphStub func() *graph.Graph + func (fake *FakeGraphGetter) GetLatestGraph() *graph.Graph + func (fake *FakeGraphGetter) GetLatestGraphCallCount() int + func (fake *FakeGraphGetter) GetLatestGraphCalls(stub func() *graph.Graph) + func (fake *FakeGraphGetter) GetLatestGraphReturns(result1 *graph.Graph) + func (fake *FakeGraphGetter) GetLatestGraphReturnsOnCall(i int, result1 *graph.Graph) + func (fake *FakeGraphGetter) Invocations() map[string][][]interface{}