Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrNoActiveServers = errors.New("no active servers available")
)
Functions ¶
This section is empty.
Types ¶
type BackoffFunc ¶
type Question ¶
type Question struct {
// contains filtered or unexported fields
}
func NewQuestion ¶
func (Question) CorrectAnswer ¶
func (Question) IsCorrectAnswer ¶
type QuestionFactory ¶
type QuestionFactory struct {
// contains filtered or unexported fields
}
func NewQuestionFactory ¶
func NewQuestionFactory() QuestionFactory
type ServerFactory ¶
type ServerFactory struct {
// contains filtered or unexported fields
}
func NewServerFactory ¶
func NewServerFactory() ServerFactory
Click to show internal directories.
Click to hide internal directories.