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 ¶
func (HealthCheckFailedEvent) Namespace ¶
func (hfe HealthCheckFailedEvent) Namespace() string
type LoadPluginEvent ¶
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 ¶
func (*RestartedAvailablePluginEvent) Namespace ¶
func (e *RestartedAvailablePluginEvent) Namespace() string
type StartPluginEvent ¶
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 ¶
func (UnloadPluginEvent) Namespace ¶
func (e UnloadPluginEvent) Namespace() string
Click to show internal directories.
Click to hide internal directories.