Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Item ¶
type MemoryService ¶
type MemoryService struct {
// contains filtered or unexported fields
}
func NewMemoryService ¶
func NewMemoryService() *MemoryService
func (*MemoryService) Get ¶
func (s *MemoryService) Get(sessionOwner string) []Item
func (*MemoryService) Save ¶
func (s *MemoryService) Save(sessionOwner string, newItems []Item) error
Click to show internal directories.
Click to hide internal directories.