# README
Connection Package Documentation
This package contains the events that are triggered during the ingress call, capturing both the input and output of the user API call.
# Functions
ConvertUnixNanoToTime takes a Unix timestamp in nanoseconds as a uint64 and returns the corresponding time.Time.
ListenSocket starts the socket event listeners.
NewFactory creates a new instance of the factory.
No description provided by the author
# Constants
constants for the TrafficDirectionEnum.
16 KB.
constants for the TrafficDirectionEnum.
# Variables
No description provided by the author
# Structs
Factory is a routine-safe container that holds a trackers with unique ID, and able to create new tracker.
ID is a conversion of the following C-Struct into GO.
SockAddrIn is a conversion of the following C-Struct into GO.
SocketCloseEvent is a conversion of the following C-Struct into GO.
SocketDataEvent is a conversion of the following C-Struct into GO.
SocketOpenEvent is a conversion of the following C-Struct into GO.
Tracker is a routine-safe container that holds a conn with unique ID, and able to create new conn.
# Type aliases
TrafficDirectionEnum is a GO-equivalent for the following enum.