control_event

package
v0.12.0-beta Latest Latest
Warning

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

Go to latest
Published: Jan 29, 2016 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	AvailablePluginDead   = "Control.AvailablePluginDead"
	PluginLoaded          = "Control.PluginLoaded"
	PluginUnloaded        = "Control.PluginUnloaded"
	PluginsSwapped        = "Control.PluginsSwapped"
	PluginSubscribed      = "Control.PluginSubscribed"
	PluginUnsubscribed    = "Control.PluginUnsubscribed"
	ProcessorSubscribed   = "Control.ProcessorSubscribed"
	ProcessorUnsubscribed = "Control.ProcessorUnsubscribed"
	MetricSubscribed      = "Control.MetricSubscribed"
	MetricUnsubscribed    = "Control.MetricUnsubscribed"
	HealthCheckFailed     = "Control.PluginHealthCheckFailed"
	MoveSubscription      = "Control.PluginSubscriptionMoved"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type DeadAvailablePluginEvent

type DeadAvailablePluginEvent struct {
	Name    string
	Version int
	Type    int
	Key     string
	Id      uint32
	String  string
}

func (*DeadAvailablePluginEvent) Namespace

func (e *DeadAvailablePluginEvent) Namespace() string

type HealthCheckFailedEvent

type HealthCheckFailedEvent struct {
	Name    string
	Version int
	Type    int
}

func (HealthCheckFailedEvent) Namespace

func (hfe HealthCheckFailedEvent) Namespace() string

type LoadPluginEvent

type LoadPluginEvent struct {
	Name    string
	Version int
	Type    int
	Signed  bool
}

func (LoadPluginEvent) Namespace

func (e LoadPluginEvent) Namespace() string

type MovePluginSubscriptionEvent

type MovePluginSubscriptionEvent struct {
	TaskId          string
	PluginName      string
	PreviousVersion int
	NewVersion      int
	PluginType      int
}

func (MovePluginSubscriptionEvent) Namespace

func (mse MovePluginSubscriptionEvent) Namespace() string

type PluginSubscriptionEvent

type PluginSubscriptionEvent struct {
	PluginName       string
	PluginVersion    int
	PluginType       int
	SubscriptionType int
	TaskId           string
}

func (PluginSubscriptionEvent) Namespace

func (ps PluginSubscriptionEvent) Namespace() string

type PluginUnsubscriptionEvent

type PluginUnsubscriptionEvent struct {
	TaskId        string
	PluginName    string
	PluginVersion int
	PluginType    int
}

func (PluginUnsubscriptionEvent) Namespace

func (pu PluginUnsubscriptionEvent) Namespace() string

type SwapPluginsEvent

type SwapPluginsEvent struct {
	LoadedPluginName      string
	LoadedPluginVersion   int
	UnloadedPluginName    string
	UnloadedPluginVersion int
	PluginType            int
}

func (SwapPluginsEvent) Namespace

func (s SwapPluginsEvent) Namespace() string

type UnloadPluginEvent

type UnloadPluginEvent struct {
	Name    string
	Version int
	Type    int
}

func (UnloadPluginEvent) Namespace

func (e UnloadPluginEvent) Namespace() string

Jump to

Keyboard shortcuts

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