Documentation ¶
Index ¶
- type Manager
- func (m *Manager) Cancel(validatorID ids.ShortID, chainID ids.ID, requestID uint32)
- func (m *Manager) Dispatch()
- func (m *Manager) Initialize(namespace string, registerer prometheus.Registerer) error
- func (m *Manager) Register(validatorID ids.ShortID, chainID ids.ID, requestID uint32, timeout func()) time.Time
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
Manager registers and fires timeouts for the snow API.
func (*Manager) Initialize ¶
func (m *Manager) Initialize( namespace string, registerer prometheus.Registerer, ) error
Initialize this timeout manager.
Click to show internal directories.
Click to hide internal directories.