events

package
v0.1.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 6, 2022 License: Apache-2.0 Imports: 0 Imported by: 0

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 DeviceStatusChangedPayload

type DeviceStatusChangedPayload struct {
	DeviceID    uint
	DeviceState uint
}

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{}
}

type TestRunFinishedPayload

type TestRunFinishedPayload struct {
	ProjectID string
	AppID     uint
	TestRunID uint
	TestName  string
	Success   bool
	Succeeded int
	Unstable  int
	Failed    int
	TestRun   interface{}
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL