control_event

package
v0.16.1-beta Latest Latest
Warning

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

Go to latest
Published: Sep 16, 2016 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	AvailablePluginDead      = "Control.AvailablePluginDead"
	AvailablePluginRestarted = "Control.RestartedAvailablePlugin"
	PluginRestartsExceeded   = "Control.PluginRestartsExceeded"
	PluginStarted            = "Control.PluginStarted"
	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 MaxPluginRestartsExceededEvent

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

func (*MaxPluginRestartsExceededEvent) Namespace

func (e *MaxPluginRestartsExceededEvent) Namespace() string

type PluginSubscriptionEvent

type PluginSubscriptionEvent struct {
	PluginName    string
	PluginVersion int
	PluginType    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 RestartedAvailablePluginEvent

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

func (*RestartedAvailablePluginEvent) Namespace

func (e *RestartedAvailablePluginEvent) Namespace() string

type StartPluginEvent

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

func (StartPluginEvent) Namespace

func (e StartPluginEvent) 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