Versions in this module Expand all Collapse all v0 v0.1.1 May 17, 2017 Changes in this version + func AbsolutePath(inPath string) string + type Configuration struct + Name string + Path string + func NewConfiguration(name, path string) *Configuration + func (c *Configuration) Configure(p string) error + func (c *Configuration) ReadInConfig() error + type Route struct + func (r *Route) Get() *echo.Echo + func (r *Route) Run() + func (r *Route) Set(echo *echo.Echo) + func (r *Route) SetDebug(d bool) + func (r *Route) SetPort(port string) + func (r *Route) Setup() RouterSetup + type RouteFactory func(e Router) (Router, error) + type Router interface + Get func() *echo.Echo + Set func(echo *echo.Echo) + func NewRouter() Router + type RouterSetup interface + Run func() + SetDebug func(d bool) + SetPort func(port string)