Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AppCreated appCreated
View Source
var DeviceStatusChanged deviceStatusChanged
View Source
var NewTestLogEntry newTestLogEntry
View Source
var NewTestProtocol newTestProtocol
View Source
var NewTestProtocolLog newTestProtocolLog
View Source
var TestCreated testCreated
View Source
var TestRunFinished testRunFinished
Functions ¶
This section is empty.
Types ¶
type AppCreatedPayload ¶
type AppCreatedPayload struct { AppID uint App interface{} }
type NewTestLogEntryPayload ¶
type NewTestLogEntryPayload struct { TestRunID uint Entry interface{} }
type NewTestProtocolLogPayload ¶
type NewTestProtocolLogPayload struct { TestProtocolID uint Entry interface{} }
type NewTestProtocolPayload ¶
type NewTestProtocolPayload struct { TestRunID uint Protocol interface{} }
type TestCreatedPayload ¶
type TestCreatedPayload struct { TestID uint Test interface{} }
Click to show internal directories.
Click to hide internal directories.