package
0.0.0-20210118094620-d724b4bfee04
Repository: https://github.com/packtpublishing/hands-on-networking-with-go-programming.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

Parse the AWS flow log Record.

# Constants

ActionAccept is the action when it the connection was accepted.
ActionNone is the action when no data is present.
ActionReject is the action when it the connection was rejected.
StatusNoData is when the log has no data in the collection period.
StatusOK is a successful log.
StatusSkipData is the status when records were skipped in the capture window.

# Structs

Record represents a network flow in your flow log.

# Type aliases

Action of the Record.
Status of the Record.