Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ArrayStore ¶
type ArrayStore struct {
// contains filtered or unexported fields
}
func NewArrayStore ¶
func NewArrayStore() *ArrayStore
func (*ArrayStore) GetCompleted ¶
func (as *ArrayStore) GetCompleted(w http.ResponseWriter, r *http.Request)
type DataStore ¶
type DataStore interface { GetCompleted(w http.ResponseWriter, r *http.Request) GetIncomplete(w http.ResponseWriter, r *http.Request) CreateTodo(w http.ResponseWriter, r *http.Request) UpdateTodo(w http.ResponseWriter, r *http.Request) DeleteTodo(w http.ResponseWriter, r *http.Request) }
type MapStore ¶
type MapStore struct {
// contains filtered or unexported fields
}
func NewMapStore ¶
func NewMapStore() *MapStore
Click to show internal directories.
Click to hide internal directories.