package
3.0.0-rc.3+incompatible
Repository: https://github.com/vitessio/vitess.git
Documentation: pkg.go.dev

# Packages

Package events contains event structs used by the tabletmanager package.

# Functions

ConfigHTML returns a formatted summary of health checking config values.
NewActionAgent creates a new ActionAgent and registers all the associated services.
NewComboActionAgent creates an agent tailored specifically to run within the vtcombo binary.
NewTestActionAgent creates an agent for test purposes.
SetReparentFlags changes flag values.

# Variables

RegisterQueryServices is a list of functions to call when the delayed registration is triggered.

# Structs

ActionAgent is the main class for the agent.
HealthRecord records one run of the health checker.
Reporter is a wrapper around a heartbeat Reader, to be used as an interface from the health check system.

# Interfaces

RPCAgent defines the interface implemented by the Agent for RPCs.

# Type aliases

RegisterQueryService is used to delay registration of RPC servers until we have all the objects.