Documentation ¶
Index ¶
- type BlockHeightWatcher
- func (_m *BlockHeightWatcher) ContextForCondition(parentCtx context.Context, check watcher.ConditionCheck) (context.Context, context.CancelFunc)
- func (_m *BlockHeightWatcher) GetMetrics(labels map[string]string) []prometheus.Collector
- func (_m *BlockHeightWatcher) Subscribe() <-chan uint64
- func (_m *BlockHeightWatcher) Unsubscribe(ch <-chan uint64)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BlockHeightWatcher ¶
BlockHeightWatcher is an autogenerated mock type for the BlockHeightWatcher type
func (*BlockHeightWatcher) ContextForCondition ¶
func (_m *BlockHeightWatcher) ContextForCondition(parentCtx context.Context, check watcher.ConditionCheck) (context.Context, context.CancelFunc)
ContextForCondition provides a mock function with given fields: parentCtx, check
func (*BlockHeightWatcher) GetMetrics ¶
func (_m *BlockHeightWatcher) GetMetrics(labels map[string]string) []prometheus.Collector
GetMetrics provides a mock function with given fields: labels
func (*BlockHeightWatcher) Subscribe ¶
func (_m *BlockHeightWatcher) Subscribe() <-chan uint64
Subscribe provides a mock function with given fields:
func (*BlockHeightWatcher) Unsubscribe ¶
func (_m *BlockHeightWatcher) Unsubscribe(ch <-chan uint64)
Unsubscribe provides a mock function with given fields: ch
Click to show internal directories.
Click to hide internal directories.