package
0.0.0-20210821152207-16cb73584bbd
Repository: https://github.com/alexgustafsson/upmon.git
Documentation: pkg.go.dev
# Functions
NewCluster creates a new cluster based on the given configuration.
RegisterGobNames regiters all the necessary interfaces used by the clustering package.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
Broadcast is a message that may be broadcast across the cluster.
Cluster is a cluster of monitoring nodes.
ClusterMember is a member of a cluster.
ConfigUpdateMessage is sent from a node whenever there is a configuration update.
Envelope contains a message to be sent across a cluster.
StatusUpdateMessage is broadcast from a node whenever there is a status change from a service.
# Interfaces
Message is a message that may be sent across a cluster.
# Type aliases
go:generate stringer -type=ClusterStatus.
No description provided by the author