package
0.45.0
Repository: https://github.com/siderolabs/omni.git
Documentation: pkg.go.dev

# Functions

MakeServer creates a listener on the given address and returns a struct which can be used to start and stop the server.
NewConnHandler initializes new ConnHandler.
NewServer initializes new Server.

# Structs

ConnHandler is called for each received connection.
Server implements TCP server to receive JSON logs.

# Interfaces

Handler handles a message or an error.