Versions in this module Expand all Collapse all v1 v1.0.0 May 31, 2019 Changes in this version + func Ping(c echo.Context) error + type Config struct + Port string + SSL ssl + func NewConfig(appName string) (Config, error) + type ModelPong struct + Pong bool + type Server struct + func New(appName string) (Server, error) + func (s Server) Start() error + func (s Server) SubRouter(prefix string) *echo.Group