todo

package
v12.1.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 29, 2019 License: BSD-3-Clause Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Item

type Item struct {
	SessionID string `json:"-"`
	ID        int64  `json:"id,omitempty"`
	Title     string `json:"title"`
	Completed bool   `json:"completed"`
}

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

type Service

type Service interface {
	Get(owner string) []Item
	Save(owner string, newItems []Item) error
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL