mock_metrics

package
v0.0.0-...-b702281 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 19, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

Package mock_metrics is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockEntry

type MockEntry struct {
	// contains filtered or unexported fields
}

MockEntry is a mock of Entry interface.

func NewMockEntry

func NewMockEntry(ctrl *gomock.Controller) *MockEntry

NewMockEntry creates a new mock instance.

func (*MockEntry) Done

func (m *MockEntry) Done(arg0 error)

Done mocks base method.

func (*MockEntry) EXPECT

func (m *MockEntry) EXPECT() *MockEntryMockRecorder

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockEntry) WithCount

func (m *MockEntry) WithCount(arg0 int) metrics.Entry

WithCount mocks base method.

func (*MockEntry) WithFields

func (m *MockEntry) WithFields(arg0 map[string]interface{}) metrics.Entry

WithFields mocks base method.

func (*MockEntry) WithGauge

func (m *MockEntry) WithGauge(arg0 interface{}) metrics.Entry

WithGauge mocks base method.

type MockEntryFactory

type MockEntryFactory struct {
	// contains filtered or unexported fields
}

MockEntryFactory is a mock of EntryFactory interface.

func NewMockEntryFactory

func NewMockEntryFactory(ctrl *gomock.Controller) *MockEntryFactory

NewMockEntryFactory creates a new mock instance.

func (*MockEntryFactory) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockEntryFactory) Flush

func (m *MockEntryFactory) Flush()

Flush mocks base method.

func (*MockEntryFactory) New

func (m *MockEntryFactory) New(arg0 string) metrics.Entry

New mocks base method.

type MockEntryFactoryMockRecorder

type MockEntryFactoryMockRecorder struct {
	// contains filtered or unexported fields
}

MockEntryFactoryMockRecorder is the mock recorder for MockEntryFactory.

func (*MockEntryFactoryMockRecorder) Flush

Flush indicates an expected call of Flush.

func (*MockEntryFactoryMockRecorder) New

func (mr *MockEntryFactoryMockRecorder) New(arg0 interface{}) *gomock.Call

New indicates an expected call of New.

type MockEntryMockRecorder

type MockEntryMockRecorder struct {
	// contains filtered or unexported fields
}

MockEntryMockRecorder is the mock recorder for MockEntry.

func (*MockEntryMockRecorder) Done

func (mr *MockEntryMockRecorder) Done(arg0 interface{}) *gomock.Call

Done indicates an expected call of Done.

func (*MockEntryMockRecorder) WithCount

func (mr *MockEntryMockRecorder) WithCount(arg0 interface{}) *gomock.Call

WithCount indicates an expected call of WithCount.

func (*MockEntryMockRecorder) WithFields

func (mr *MockEntryMockRecorder) WithFields(arg0 interface{}) *gomock.Call

WithFields indicates an expected call of WithFields.

func (*MockEntryMockRecorder) WithGauge

func (mr *MockEntryMockRecorder) WithGauge(arg0 interface{}) *gomock.Call

WithGauge indicates an expected call of WithGauge.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL