Documentation ¶
Overview ¶
Package mocks is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockPriorityTable ¶
type MockPriorityTable struct {
// contains filtered or unexported fields
}
MockPriorityTable is a mock of PriorityTable interface.
func NewMockPriorityTable ¶
func NewMockPriorityTable(ctrl *gomock.Controller) *MockPriorityTable
NewMockPriorityTable creates a new mock instance.
func (*MockPriorityTable) EXPECT ¶
func (m *MockPriorityTable) EXPECT() *MockPriorityTableMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockPriorityTableMockRecorder ¶
type MockPriorityTableMockRecorder struct {
// contains filtered or unexported fields
}
MockPriorityTableMockRecorder is the mock recorder for MockPriorityTable.
func (*MockPriorityTableMockRecorder) Samples ¶
func (mr *MockPriorityTableMockRecorder) Samples() *gomock.Call
Samples indicates an expected call of Samples.
type MockPublisher ¶
type MockPublisher struct {
// contains filtered or unexported fields
}
MockPublisher is a mock of Publisher interface.
func NewMockPublisher ¶
func NewMockPublisher(ctrl *gomock.Controller) *MockPublisher
NewMockPublisher creates a new mock instance.
func (*MockPublisher) EXPECT ¶
func (m *MockPublisher) EXPECT() *MockPublisherMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockPublisher) Publish ¶
func (m *MockPublisher) Publish(arg0 context.Context, arg1 tables.LookupSet, arg2 aggregator.PriorityTable) error
Publish mocks base method.
type MockPublisherMockRecorder ¶
type MockPublisherMockRecorder struct {
// contains filtered or unexported fields
}
MockPublisherMockRecorder is the mock recorder for MockPublisher.
type MockReadTable ¶
type MockReadTable struct {
// contains filtered or unexported fields
}
MockReadTable is a mock of ReadTable interface.
func NewMockReadTable ¶
func NewMockReadTable(ctrl *gomock.Controller) *MockReadTable
NewMockReadTable creates a new mock instance.
func (*MockReadTable) EXPECT ¶
func (m *MockReadTable) EXPECT() *MockReadTableMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockReadTable) ReadSnapshot ¶
func (m *MockReadTable) ReadSnapshot(resetLookups bool) (tables.SamplesView, tables.LookupSet)
ReadSnapshot mocks base method.
type MockReadTableMockRecorder ¶
type MockReadTableMockRecorder struct {
// contains filtered or unexported fields
}
MockReadTableMockRecorder is the mock recorder for MockReadTable.
func (*MockReadTableMockRecorder) ReadSnapshot ¶
func (mr *MockReadTableMockRecorder) ReadSnapshot(resetLookups any) *gomock.Call
ReadSnapshot indicates an expected call of ReadSnapshot.