Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Event ¶
type Event struct {
// Timestamp when event was observed in Hubble
Timestamp *timestamppb.Timestamp
// Event contains the actual event
Event interface{}
}
Event represents a single event observed and stored by Hubble
Click to show internal directories.
Click to hide internal directories.