Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OnDemandProbeServer ¶
type OnDemandProbeServer struct {
sync.RWMutex
graph.DefaultGraphListener
shttp.DefaultWSClientEventHandler
Graph *graph.Graph
Probes *probes.FlowProbeBundle
// contains filtered or unexported fields
}
func NewOnDemandProbeServer ¶
func NewOnDemandProbeServer(fb *probes.FlowProbeBundle, g *graph.Graph, client *shttp.WSAsyncClient) (*OnDemandProbeServer, error)
func (*OnDemandProbeServer) OnMessage ¶
func (o *OnDemandProbeServer) OnMessage(msg shttp.WSMessage)
func (*OnDemandProbeServer) OnNodeDeleted ¶
func (o *OnDemandProbeServer) OnNodeDeleted(n *graph.Node)
func (*OnDemandProbeServer) Start ¶
func (o *OnDemandProbeServer) Start() error
func (*OnDemandProbeServer) Stop ¶
func (o *OnDemandProbeServer) Stop()
Source Files
¶
- server.go
Click to show internal directories.
Click to hide internal directories.