Versions in this module Expand all Collapse all v12 v12.1.9 Aug 12, 2022 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