modulepackage
0.0.0-20190619143812-e4ffcca4d559
Repository: https://github.com/ftivltd/go-middlewares.git
Documentation: pkg.go.dev
# Functions
GetConnectedMQ - closing connections
*/.
NewHTTPServer - constructor of duh!
*/.
NewRabbitMQ - RqbbitMQ middleware constructor
*/.
NewWebsocketClient - constructor for WebsocketClient
*/.
NewWebsocketServer - Server constructor
*/.
# Structs
Host - struct for host params config for HTTP/WS connections.
HTTPServer - duh!
*/.
MQExchange - setting for MQ exchange.
RabbitMQ - middleware for Rabbit MQ AMQP queue manager
Connects to Exchange and listens to Events
Send events to Exchange
*/.
WebsocketClient - client that listens for events and sends actions to Websocket server
*/.
WebsocketServer - websocket server
*/.
# Type aliases
No description provided by the author
DataHandler - incoming request data handler
*/.
No description provided by the author