Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Observer ¶
type Observer struct { prometheus.Observer mock.Mock }
Observer is a mock type for the prometheus.Observer type.
type ObserverVec ¶
type ObserverVec struct { prometheus.ObserverVec mock.Mock }
ObserverVec is a mock type for the prometheus.ObserverVec type.
func (*ObserverVec) With ¶
func (m *ObserverVec) With(lbls prometheus.Labels) prometheus.Observer
Click to show internal directories.
Click to hide internal directories.