Versions in this module Expand all Collapse all v0 v0.0.2 May 26, 2026 v0.0.1 May 25, 2026 Changes in this version + var AvailableRoles = linker.NewLinker[string, Role](linker.KeyStringNormalizer[Role](), linker.Link(string(Master), Master), ...) + type Bulletin struct + ReplicaId uuid.UUID + Term uint64 + type Meta struct + AvailableRoles set.Set[Role] + Host string + Id uuid.UUID + Name string + Roles set.Set[Role] + TimeStart time.Time + type Role string + const Master + const Slave + type State struct + Resource *linker.Linker[resource.Type, *resource.Resource] + Roles set.Set[Role] + Score float32 + type Status uint8 + const Connection + const Disconnection + const Ready + func (i Status) String() string