Versions in this module Expand all Collapse all v0 v0.2.0 Oct 30, 2024 v0.1.0 Apr 2, 2024 Changes in this version + var App = grumble.New(&grumble.Config{ ... }) + var ErrClientNotExist = errors.New("event client be not run") + var ErrInvalidParam = errors.New("command: invalid param") + var ErrParamsIsEmpty = errors.New("command: params is empty") + var ErrPipeNotExist = errors.New("event pipe be not exist") + var ErrServerNotExist = errors.New("event bus be not run") + type ClientHandler struct + func (h *ClientHandler) OnPipeClosed(p protocol.Pipe) + func (h *ClientHandler) OnPipeConnected(p protocol.Pipe) + func (h *ClientHandler) OnPipeDataArrived(p protocol.Pipe, msg interface{}) error + func (h *ClientHandler) OnPipeTimer(p protocol.Pipe)