Documentation ¶
Overview ¶
Package journal emits IP and PATH related event messages to NATS. The journal may be used for healing IPAM and/or auditing connection activity.
Index ¶
Constants ¶
View Source
const ActionClose = "close"
ActionClose indicates that the event captured is a connection close.
View Source
const ActionRequest = "request"
ActionRequest indicates that the event seen is a connection request. The connection requests may also be a keep alive.
Variables ¶
This section is empty.
Functions ¶
func NewServer ¶
func NewServer(journalID string, stanConn stan.Conn) (networkservice.NetworkServiceServer, error)
NewServer creates a new journaling server with the name journalID using provided streaming NATS connection
Types ¶
Click to show internal directories.
Click to hide internal directories.