Versions in this module Expand all Collapse all v0 v0.3.0 Sep 30, 2025 Changes in this version + type Service struct + func New(db example.DB) *Service + func (s *Service) CreateTask(ctx context.Context, title string) (*example.Task, error) + func (s *Service) DeleteTask(ctx context.Context, id int64) error + func (s *Service) GenerateError(ctx context.Context) error + func (s *Service) ListTasks(ctx context.Context) ([]*example.Task, error)