Versions in this module Expand all Collapse all v0 v0.0.1 Dec 29, 2024 Changes in this version + type HTTPHandler struct + func (hh *HTTPHandler) Run(ctx echo.Context) error + type HTTPServer struct + func NewHTTPServer(be *engine.BotEngine, cfg *config.HTTP) HTTPServer + func (hs *HTTPServer) Start() error + func (hs *HTTPServer) Stop() error + type RunRequest struct + Command string + type RunResponse struct + Result string