Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MonitorDependentsManager ¶
type MonitorDependentsManager interface { Add(key, addr string) error Get(key string) (client.MonitorClient, error) GetFirst() (client.MonitorClient, error) Delete(key string) error }
func NewMDM ¶
func NewMDM() MonitorDependentsManager
Click to show internal directories.
Click to hide internal directories.