Documentation
¶
Index ¶
- type CreateTodoParams
- type FindTodosParams
- type Store
- func (s *Store) CreateTodo(ctx context.Context, params CreateTodoParams) (int64, error)
- func (s *Store) DeleteTodo(ctx context.Context, id int64) error
- func (s *Store) FindTodos(ctx context.Context, params FindTodosParams) ([]Todo, error)
- func (s *Store) UpdateTodo(ctx context.Context, id int64, params UpdateTodoParams) error
- type Todo
- type UpdateTodoParams
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateTodoParams ¶
type FindTodosParams ¶
type Store ¶
type Store struct {
// contains filtered or unexported fields
}
func (*Store) CreateTodo ¶
func (*Store) UpdateTodo ¶
type UpdateTodoParams ¶
Click to show internal directories.
Click to hide internal directories.