package
0.0.0-20190221194619-063e99eaf6c5
Repository: https://github.com/timtosi/bully-algorithm.git
Documentation: pkg.go.dev
# Functions
NewDataServer returns a new `DataServer` or an `error` if something occurs.
NewMessage returns a new `*Message`.
NewSlidingWindow returns a new `*SlidingWindow`.
# Structs
DataServer is a `struct` used for gathering and forwarding `bully.Bully`s state.
Message is a `struct` used for communication between `bully.Bully`s and the `DataServer`.
SlidingWindow is a `struct` representing a node state over time.