Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HardwareInfo ¶
func HardwareInfo()
func HealthInfo ¶ added in v0.0.5
func HealthInfo()
func MetricInfo ¶ added in v0.0.5
func MetricInfo()
Types ¶
type GlobalHandler ¶ added in v0.0.6
type GlobalHandler struct{}
func (*GlobalHandler) OnConnect ¶ added in v0.0.6
func (m *GlobalHandler) OnConnect(channel string)
func (*GlobalHandler) OnDisconnect ¶ added in v0.0.6
func (m *GlobalHandler) OnDisconnect(channel string)
type HealthDetail ¶ added in v0.0.6
type MetricHandler ¶ added in v0.0.5
type MetricHandler struct{}
func (*MetricHandler) OnConnect ¶ added in v0.0.5
func (m *MetricHandler) OnConnect(channel string)
func (*MetricHandler) OnDisconnect ¶ added in v0.0.5
func (m *MetricHandler) OnDisconnect(channel string)
type MonitorHandler ¶
type MonitorHandler struct{}
func (*MonitorHandler) OnConnect ¶
func (h *MonitorHandler) OnConnect(channel string)
func (*MonitorHandler) OnDisconnect ¶
func (h *MonitorHandler) OnDisconnect(channel string)
Click to show internal directories.
Click to hide internal directories.