Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewMuxer ¶
func NewMuxer(t transport.MonitorTransport)
Types ¶
type Handler ¶
Handler handles a change to a subscribed variable. Only one Handler is guarenteed to be firing for a given variable.
type Identity ¶
type Identity struct {
// contains filtered or unexported fields
}
Identity provides the ability to handle incoming monitoring variables from an application with a specific Identity.
func NewIdentity ¶
func NewIdentity(id string, t transport.MonitorTransport) *Identity
NewIdentity is the constructor for Identity.
Click to show internal directories.
Click to hide internal directories.