Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetFlowBytesTransfered ¶
Types ¶
type Link ¶
type Link struct { Id string SourceId string DestinationId string DestinationPort uint32 // TODO: this is bad; create domain types for this fields Verdict pbFlow.Verdict IPProtocol ui.IPProtocol AuthType pbFlow.AuthType IsEncrypted bool FlowAmount uint64 LatenciesNs []uint64 BytesTransfered uint64 // contains filtered or unexported fields }
func FromFlowProto ¶
func (*Link) AccumulateFlow ¶
func (*Link) AccumulateLink ¶
func (*Link) ToProto ¶
func (l *Link) ToProto() *ui.ServiceLink
type Map ¶
func (Map) InsertMany ¶
func (Map) ProtoValues ¶
func (m Map) ProtoValues() []*ui.ServiceLink
Click to show internal directories.
Click to hide internal directories.