Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BandwidthReport ¶ added in v0.10.0
type BandwidthReport struct { CaptureTime uint64 // Unix Time Peers map[string]PeerBandwidthUsage }
type PeerAdded ¶
type PeerAdded struct { Port types.SwitchPortID PeerID string }
type PeerBandwidthUsage ¶ added in v0.10.0
type PeerRemoved ¶
type PeerRemoved struct { Port types.SwitchPortID PeerID string }
type SnakeDescUpdate ¶
type SnakeDescUpdate struct {
PeerID string
}
type SnakeEntryAdded ¶ added in v0.9.0
type SnakeEntryRemoved ¶ added in v0.9.0
type SnakeEntryRemoved struct {
EntryID string
}
type TreeParentUpdate ¶
type TreeParentUpdate struct {
PeerID string
}
Click to show internal directories.
Click to hide internal directories.