Versions in this module Expand all Collapse all v1 v1.0.0 Mar 17, 2022 Changes in this version + func ErrorResp(c echo.Context, status int, data interface{}, msg string) error + func Init(serverConfig Config) error + func Init_(name string, serverConfig Config) error + func SuccessResp(c echo.Context, status int, data interface{}, msg string) error + type Config struct + Port int + StaticFolder string + type EchoServer struct + Http_port int + Http_static_abs_folder string + func GetInstance() *EchoServer + func GetInstance_(name string) *EchoServer + func (s *EchoServer) Close() + func (s *EchoServer) Start() error + func (s *EchoServer) StaticWeb() + type RespBody struct + Msg string + Result interface{} + Status int