event

package
v0.9.2 Latest Latest
Warning

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

Go to latest
Published: Jul 18, 2019 License: GPL-3.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DeviceEvent

type DeviceEvent interface {
	GetName() string
	GetOrigin() DeviceEventOrigin
	GetType() pb.DeviceEventType
}

func NewDeviceEvent

func NewDeviceEvent(origin DeviceEventOrigin, t pb.DeviceEventType) (de DeviceEvent)

type DeviceEventBase

type DeviceEventBase struct {
	Type        pb.DeviceEventType `json:"type"`
	Origin      DeviceEventOrigin  `json:"origin"`
	MessageType string             `json:"_messageType"`
}

func (*DeviceEventBase) GetOrigin

func (b *DeviceEventBase) GetOrigin() DeviceEventOrigin

func (*DeviceEventBase) GetType

func (b *DeviceEventBase) GetType() pb.DeviceEventType

type DeviceEventOrigin

type DeviceEventOrigin struct {
	AgentId    mesos.AgentID    `json:"agentId"`
	ExecutorId mesos.ExecutorID `json:"executorId"`
	TaskId     mesos.TaskID     `json:"taskId"`
}

type EndOfData

type EndOfData struct {
	DeviceEventBase
}

func (*EndOfData) GetName

func (e *EndOfData) GetName() string

Jump to

Keyboard shortcuts

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