# Functions
GetPSKKeyFromAPI retrieves a pre-shared key from the PSKKeys API.
NewConnWithContext creates a new ConnWithContext instance.
No description provided by the author
NewIDSequence creates a new IDSequence.
No description provided by the author
NewSyslogLogger creates a new SyslogLogger.
# Constants
Client state constants.
Client state constants.
Client state constants.
Client state constants.
# Structs
ConnWithContext is a net.Conn wrapper which implements io.ReadWriteCloser interface with Read and Write methods cancellable using context.Context.
DebugLogger is a Logger implementation which writes time, severity, tags and message to the console.
IDSequence generates successive uint16 IDs from (minID, maxID) range.
NoOpLogger is a Logger implementation which does not log anything.
ProductionLogger is a Logger implementation which writes severity, tags and message to the console.
SyslogLogger writes log messages to the syslog using /dev/log socket.
Tags implements string tags.
# Interfaces
Logger is a strings-tagged, severity-aware logger interface.
# Type aliases
No description provided by the author