Versions in this module Expand all Collapse all v1 v1.1.0 Oct 8, 2020 Changes in this version type API + SessionSecret func() string + type Session struct + ViewType ViewType + func FromSession(c echo.Context) Session + func (s *Session) Save(c echo.Context) + type ViewType string + const ViewGrid + const ViewList v1.0.0 Oct 7, 2020 Changes in this version + type API interface + Password func() string + Port func() int + RootFolder func() string + Username func() string + func New() API