# Functions
Creates a new instance of [Main] with the provided [Opts].
Creates a new operator with the provided [OperatorOpts].
# Structs
Main holds the components of the application.
OperatorOpts defines the options used to construct a new [operator].
Opts define the options used to create a new instance of [Main].
# Interfaces
Operator is the public interface for the operator implementation.