package
0.0.0-20231022145047-12a776efdd94
Repository: https://github.com/ahmetson/handler-lib.git
Documentation: pkg.go.dev

# Functions

New handler of the handlerType.

# Constants

instance was closed.
instance is running, but busy by handling messages.
instance is created, but not yet running.
instance is running and waiting for messages to handle.

# Structs

The Instance is the socket wrapper for the handler instance The instances have three sockets: Push to send its status to the handler Sub to receive the messages from the handler HandlerType socket to handle the messages.