Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrMethodNotSupportedForNoneQueue = errors.New("method not supported when queue is none")
View Source
var ErrPanic = errors.New("panic")
View Source
var ErrRoundTookTooLongToScore = errors.New("round took too long to score. this might be due to many reasons like a worker going down, or the number of rounds being too big for one master")
View Source
var ErrUnknownPanic = errors.New("unknown panic")
Functions ¶
This section is empty.
Types ¶
type None ¶
type None struct{}
func NewNoneQueue ¶
func (None) Acknowledge ¶
func (None) Ping ¶
func (n None) Ping(group *servicegroup.ServiceGroup) error
type PubSub ¶
type PubSub struct {
// contains filtered or unexported fields
}
func (PubSub) NotifyTopic ¶
func (PubSub) ReceiveUpdateFromTopic ¶
Click to show internal directories.
Click to hide internal directories.