# Functions
NewCloudConnector Creates a new instance of CloudConnector.
# Constants
CloudConnectors go across some status: - CloudConnectorCreated - CloudConnectorStarted - CloudConnectorStopped - CloudConnectorGracefullyStopped.
CloudConnectors go across some status: - CloudConnectorCreated - CloudConnectorStarted - CloudConnectorStopped - CloudConnectorGracefullyStopped.
CloudConnectors go across some status: - CloudConnectorCreated - CloudConnectorStarted - CloudConnectorStopped - CloudConnectorGracefullyStopped.
CloudConnectors go across some status: - CloudConnectorCreated - CloudConnectorStarted - CloudConnectorStopped - CloudConnectorGracefullyStopped.
LogDebugLevel level.
LogErrorLevel level.
LogFatalLevel level.
LogInfoLevel level.
LogPanicLevel level, highest level of severity.
LogTraceLevel level.
LogWarnLevel level.
# Structs
CloudConnector is the central component of your IoT server, it has the responsability to start all your services (your businness logic and any other dependency that you may need) and try a gracefull shutdown when the time comes.
# Type aliases
CloudConnectorState Server's state.