enum

package
v0.6.3 Latest Latest
Warning

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

Go to latest
Published: Jan 4, 2024 License: Apache-2.0 Imports: 0 Imported by: 4

Documentation

Index

Constants

This section is empty.

Variables

View Source
var DispatcherType = struct {
	Monitor  DispatcherTypeID
	Recorder DispatcherTypeID
}{
	Monitor:  100,
	Recorder: 200,
}
View Source
var EventType = struct {
	AddMonitor    EventTypeID
	RemoveMonitor EventTypeID

	AddRecorder    EventTypeID
	RemoveRecorder EventTypeID
}{
	AddMonitor:    101,
	RemoveMonitor: 102,

	AddRecorder:    201,
	RemoveRecorder: 202,
}
View Source
var ShowTaskStatus = struct {
	Absent     ShowTaskStatusID
	Monitoring ShowTaskStatusID
	Recording  ShowTaskStatusID
}{
	Absent:     0,
	Monitoring: 1,
	Recording:  2,
}
View Source
var Status = struct {
	Starting StatusID
	Pending  StatusID
	Running  StatusID
	Stopping StatusID
}{
	Starting: 0,
	Pending:  1,
	Running:  2,
	Stopping: 3,
}

Functions

This section is empty.

Types

type DispatcherTypeID

type DispatcherTypeID uint32

type EventTypeID

type EventTypeID uint32

func (EventTypeID) String

func (et EventTypeID) String() string

type ShowTaskStatusID

type ShowTaskStatusID = uint32

type StatusID

type StatusID = uint32

Jump to

Keyboard shortcuts

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