Versions in this module Expand all Collapse all v11 v11.1.1 Jan 16, 2019 v11.1.0 Nov 18, 2018 Changes in this version + type Item struct + Completed bool + ID int64 + SessionID string + Title string + type MemoryService struct + func NewMemoryService() *MemoryService + func (s *MemoryService) Get(sessionOwner string) []Item + func (s *MemoryService) Save(sessionOwner string, newItems []Item) error + type Service interface + Get func(owner string) []Item + Save func(owner string, newItems []Item) error Other modules containing this package gopkg.in/kataras/iris.v10