controllers

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Apr 11, 2020 License: GPL-3.0 Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ControllerAction

type ControllerAction struct {
	*ControllerCommon
}

ControllerAction ...

func NewControllerAction

func NewControllerAction(common *ControllerCommon) *ControllerAction

NewControllerAction ...

func (*ControllerAction) DoAction

func (c *ControllerAction) DoAction(client stream.IStreamClient, message stream.Message)

Stream

func (*ControllerAction) Start

func (c *ControllerAction) Start()

Start ...

func (*ControllerAction) Stop

func (c *ControllerAction) Stop()

Stop ...

type ControllerCommon

type ControllerCommon struct {
	// contains filtered or unexported fields
}

ControllerCommon ...

func NewControllerCommon

func NewControllerCommon(adaptors *adaptors.Adaptors,
	stream *stream.StreamService,
	endpoint *endpoint.Endpoint,
	scripts *scripts.ScriptService,
	core *core.Core,
	metric *metrics.MetricManager,
	mqtt *mqtt.Mqtt,
	zigbee2mqtt *zigbee2mqtt.Zigbee2mqtt) *ControllerCommon

NewControllerCommon ...

func (*ControllerCommon) Err

func (c *ControllerCommon) Err(client stream.IStreamClient, message stream.Message, err error)

Err ...

type ControllerDashboard

type ControllerDashboard struct {
	*ControllerCommon
	Nodes       *dashboardModel.Nodes
	Devices     *dashboardModel.Devices
	Workflow    *dashboardModel.Workflow
	Gate        *dashboardModel.Gate
	Cpu         *dashboardModel.Cpu
	Flow        *dashboardModel.Flow
	Memory      *dashboardModel.Memory
	AppMemory   *dashboardModel.AppMemory
	Uptime      *dashboardModel.Uptime
	Disk        *dashboardModel.Disk
	Mqtt        *dashboardModel.Mqtt
	History     *dashboardModel.History
	Zigbee2Mqtt *dashboardModel.Zigbee2Mqtt
	// contains filtered or unexported fields
}

ControllerDashboard ...

func NewControllerDashboard

func NewControllerDashboard(common *ControllerCommon) (dashboard *ControllerDashboard)

NewControllerDashboard ...

func (*ControllerDashboard) Broadcast

func (t *ControllerDashboard) Broadcast(param interface{})

Broadcast ...

func (*ControllerDashboard) Start

func (c *ControllerDashboard) Start()

Start ...

func (*ControllerDashboard) Stop

func (c *ControllerDashboard) Stop()

Stop ...

func (*ControllerDashboard) Telemetry

func (t *ControllerDashboard) Telemetry(client stream.IStreamClient, message stream.Message)

only on request: 'dashboard.get.telemetry'

type ControllerImage

type ControllerImage struct {
	*ControllerCommon
}

ControllerImage ...

func NewControllerImage

func NewControllerImage(common *ControllerCommon) *ControllerImage

NewControllerImage ...

func (*ControllerImage) GetFilterList

func (c *ControllerImage) GetFilterList(client stream.IStreamClient, message stream.Message)

GetFilterList ...

func (*ControllerImage) GetImageList

func (c *ControllerImage) GetImageList(client stream.IStreamClient, message stream.Message)

Stream

func (*ControllerImage) RemoveImage

func (c *ControllerImage) RemoveImage(client stream.IStreamClient, message stream.Message)

RemoveImage ...

func (*ControllerImage) Start

func (c *ControllerImage) Start()

Start ...

func (*ControllerImage) Stop

func (c *ControllerImage) Stop()

Stop ...

type ControllerMap

type ControllerMap struct {
	*ControllerCommon
	// contains filtered or unexported fields
}

ControllerMap ...

func NewControllerMap

func NewControllerMap(common *ControllerCommon) *ControllerMap

NewControllerMap ...

func (*ControllerMap) Broadcast

func (c *ControllerMap) Broadcast(param interface{})

method callable from metric service

func (*ControllerMap) Start

func (c *ControllerMap) Start()

Start ...

func (*ControllerMap) Stop

func (c *ControllerMap) Stop()

Stop ...

type ControllerWorker

type ControllerWorker struct {
	*ControllerCommon
}

ControllerWorker ...

func NewControllerWorker

func NewControllerWorker(common *ControllerCommon) *ControllerWorker

NewControllerWorker ...

func (*ControllerWorker) DoWorker

func (c *ControllerWorker) DoWorker(client stream.IStreamClient, message stream.Message)

Stream

func (*ControllerWorker) Start

func (c *ControllerWorker) Start()

Start ...

func (*ControllerWorker) Stop

func (c *ControllerWorker) Stop()

Stop ...

type Controllers

type Controllers struct {
	Image     *ControllerImage
	Worker    *ControllerWorker
	Action    *ControllerAction
	Dashboard *ControllerDashboard
	Map       *ControllerMap
}

Controllers ...

func NewControllers

func NewControllers(adaptors *adaptors.Adaptors,
	stream *stream.StreamService,
	scripts *scripts.ScriptService,
	core *core.Core,
	endpoint *endpoint.Endpoint,
	metrics *metrics2.MetricManager,
	mqtt *mqtt.Mqtt,
	zigbee2mqtt *zigbee2mqtt.Zigbee2mqtt) *Controllers

NewControllers ...

func (*Controllers) Start

func (s *Controllers) Start()

Start ...

func (*Controllers) Stop

func (s *Controllers) Stop()

Stop ...

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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