Documentation ¶
Overview ¶
Package coordinator implements the entry/coordinator server.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrServerClosed = errors.New("coordinator: server closed")
Functions ¶
This section is empty.
Types ¶
type GlobalAnnouncement ¶
type GlobalAnnouncement struct {
Message string
}
type RoundError ¶
type Server ¶
type Server struct { Service string PrivateKey ed25519.PrivateKey ConfigClient *config.Client RoundDelay time.Duration PersistPath string // contains filtered or unexported fields }
Server is the coordinator (entry) server for the Vuvuzela conversation protocol.
func (*Server) LoadPersistedState ¶
Click to show internal directories.
Click to hide internal directories.