interfaces

package
v1.16.20 Latest Latest
Warning

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

Go to latest
Published: Dec 4, 2025 License: GPL-3.0, LGPL-3.0 Imports: 3 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PausableManager

type PausableManager interface {
	uptime.Calculator
	validatorsstateinterfaces.StateCallbackListener

	// Connection management
	Connect(nodeID ids.NodeID) error
	Disconnect(nodeID ids.NodeID) error
	IsConnected(nodeID ids.NodeID) bool
	StartTracking(nodeIDs []ids.NodeID) error
	StopTracking(nodeIDs []ids.NodeID) error

	// Pause management
	IsPaused(nodeID ids.NodeID) bool
}

Jump to

Keyboard shortcuts

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