//
pkg.gl
Category
github.com/ahmetson/handler-lib
instance
package
0.0.0-20231022145047-12a776efdd94
Repository:
https://github.com/ahmetson/handler-lib.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
10
Dependents
1
Files
487 SLOC
#
Functions
New
New handler of the handlerType.
#
Constants
CLOSED
instance was closed.
HANDLING
instance is running, but busy by handling messages.
PREPARE
instance is created, but not yet running.
READY
instance is running and waiting for messages to handle.
#
Structs
Instance
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.