Documentation ¶
Index ¶
- type ToDoImpl
- func (t *ToDoImpl) Create(Text string, Done bool) (*string, error)
- func (t *ToDoImpl) Delete(id string) (*string, error)
- func (t *ToDoImpl) Get(id string) (*todo.ToDoItem, error)
- func (t *ToDoImpl) GetAll() ([]todo.ToDoItem, error)
- func (t *ToDoImpl) Initialise() error
- func (t *ToDoImpl) Update(id string, Text string, Done bool) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ToDoImpl ¶
func (*ToDoImpl) Initialise ¶
Click to show internal directories.
Click to hide internal directories.