Versions in this module Expand all Collapse all v0 v0.1.1 Mar 2, 2022 v0.1.0 Feb 20, 2022 Changes in this version + type Channels struct + Errors chan error + IPv4 chan RouteAnnouncement + IPv6 chan RouteAnnouncement + Peers chan []Peer + func NewChannels() Channels + func (c *Channels) Close() + type MOASPrefix struct + Origin []MOASPrefixOrigin + Prefix string + type MOASPrefixOrigin struct + AS string + Visibility []Peer + type Peer struct + AS string + IP string + type PeerStatistics struct + IPv4MOASPrefixes int + IPv4Prefixes int + IPv6MOASPrefixes int + IPv6Prefixes int + type RouteAnnouncement struct + OriginAS string + Prefix string + ReceivedBy Peer + type Routes struct + func NewRoutes() Routes + func (r *Routes) HandleAnnouncements(channels Channels) error + func (r *Routes) PrintMOASPrefixes(directory string) error + type Statistics struct + IPv4MOASPrefixes int + IPv4Prefixes int + IPv6MOASPrefixes int + IPv6Prefixes int + Peers []PeerStatistics