Documentation ¶ Index ¶ type Handler func New(c *db.CQLCon, pg *pgdb.DB, sub *subscriber.Subscriber, ws *websocket.Conn, ...) *Handler func (h *Handler) Close() error func (h *Handler) HandleMessage(e mqmsg.Message) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Handler ¶ type Handler struct { // contains filtered or unexported fields } func New ¶ func New(c *db.CQLCon, pg *pgdb.DB, sub *subscriber.Subscriber, ws *websocket.Conn, jwt *auth.Auth, hbTimeout int64, closer func(), logger *slog.Logger) *Handler func (*Handler) Close ¶ func (h *Handler) Close() error func (*Handler) HandleMessage ¶ func (h *Handler) HandleMessage(e mqmsg.Message) Source Files ¶ View all Source files handler.gohello.go Click to show internal directories. Click to hide internal directories.