func()

in src/middleware/model.go [55:57]


func (t Todo) Key() string {
	return strconv.Itoa(t.ID)
}