Versions in this module Expand all Collapse all v0 v0.0.2 Apr 8, 2026 Changes in this version + var ErrPanic = errors.New("panic") + var ErrUnknownPanic = errors.New("unknown panic") + func RandomInt() (string, error) + func TopicFromServiceRound(roundID uint64) (string, error) + type Config struct + Kafka struct{} + NSQ struct{ ... } + Use string + type IndexedQueue struct + I int + Q *QCheck + type MasterConfig struct + ChannelPrefix string + ReportForceRefreshSeconds uint + type QCheck struct + Err string + Log string + Passed bool + RoundID uint64 + Service QService + func CommonExecute(sd *ScoringData, execDeadline time.Time) QCheck + type QService struct + Group string + ID uuid.UUID + Name string + ReturningTopic string + type RoundTookTooLongToExecuteError struct + Msg string + func (e *RoundTookTooLongToExecuteError) Error() string + type ScoringData struct + Deadline time.Time + Host string + MasterTime time.Time + Properties map[string]string + RoundID uint64 + Service QService