Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Informer ¶
type Informer interface { Bytes() Bytes Packets() Packets Subs() Subscriptions Clients() Clients }
type Provider ¶
type Provider interface { Register(name string, face vlmonitoring.IFace) error Shutdown() error }
type Subscriptions ¶
type Subscriptions interface { OnSubscribe() OnUnsubscribe() }
Click to show internal directories.
Click to hide internal directories.