Documentation ¶
Overview ¶
Package prometheus is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockGaugeVec ¶
type MockGaugeVec struct {
// contains filtered or unexported fields
}
MockGaugeVec is a mock of GaugeVec interface.
func NewMockGaugeVec ¶
func NewMockGaugeVec(ctrl *gomock.Controller) *MockGaugeVec
NewMockGaugeVec creates a new mock instance.
func (*MockGaugeVec) DeleteLabelValues ¶
func (m *MockGaugeVec) DeleteLabelValues(arg0 ...string) bool
DeleteLabelValues mocks base method.
func (*MockGaugeVec) EXPECT ¶
func (m *MockGaugeVec) EXPECT() *MockGaugeVecMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockGaugeVec) WithLabelValues ¶
func (m *MockGaugeVec) WithLabelValues(arg0 ...string) prometheus.Gauge
WithLabelValues mocks base method.
type MockGaugeVecMockRecorder ¶
type MockGaugeVecMockRecorder struct {
// contains filtered or unexported fields
}
MockGaugeVecMockRecorder is the mock recorder for MockGaugeVec.
func (*MockGaugeVecMockRecorder) DeleteLabelValues ¶
func (mr *MockGaugeVecMockRecorder) DeleteLabelValues(arg0 ...interface{}) *gomock.Call
DeleteLabelValues indicates an expected call of DeleteLabelValues.
func (*MockGaugeVecMockRecorder) WithLabelValues ¶
func (mr *MockGaugeVecMockRecorder) WithLabelValues(arg0 ...interface{}) *gomock.Call
WithLabelValues indicates an expected call of WithLabelValues.
Click to show internal directories.
Click to hide internal directories.