Documentation ¶
Index ¶
- Variables
- func CleanUpServer()
- func ExtractMacrosFromMatrices(matrices []interfaces.SlaveRequestMatrix) []interfaces.SlaveRequestMacroType
- func InitServer()
- func StartTaskServer()
- type TestingPollItem
- func (tpi *TestingPollItem) Count() int
- func (tpi *TestingPollItem) ID() string
- func (tpi *TestingPollItem) Init() taskpoll.TaskPollItem
- func (tpi *TestingPollItem) OnExit(exitCode taskpoll.TPExitCode)
- func (tpi *TestingPollItem) TaskName() string
- func (tpi *TestingPollItem) Weight() uint
- func (tpi *TestingPollItem) Yield(idx int, tpc *taskpoll.TPController)
- type WsHandler
Constants ¶
This section is empty.
Variables ¶
View Source
var ConnTaskPoll *taskpoll.TPController
View Source
var SpeedTaskPoll *taskpoll.TPController
Functions ¶
func CleanUpServer ¶
func CleanUpServer()
func ExtractMacrosFromMatrices ¶
func ExtractMacrosFromMatrices(matrices []interfaces.SlaveRequestMatrix) []interfaces.SlaveRequestMacroType
func InitServer ¶
func InitServer()
func StartTaskServer ¶
func StartTaskServer()
Types ¶
type TestingPollItem ¶
type TestingPollItem struct {
// contains filtered or unexported fields
}
func (*TestingPollItem) Count ¶
func (tpi *TestingPollItem) Count() int
func (*TestingPollItem) ID ¶
func (tpi *TestingPollItem) ID() string
func (*TestingPollItem) Init ¶
func (tpi *TestingPollItem) Init() taskpoll.TaskPollItem
func (*TestingPollItem) OnExit ¶
func (tpi *TestingPollItem) OnExit(exitCode taskpoll.TPExitCode)
func (*TestingPollItem) TaskName ¶
func (tpi *TestingPollItem) TaskName() string
func (*TestingPollItem) Weight ¶
func (tpi *TestingPollItem) Weight() uint
func (*TestingPollItem) Yield ¶
func (tpi *TestingPollItem) Yield(idx int, tpc *taskpoll.TPController)
Click to show internal directories.
Click to hide internal directories.