tasks

package
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 19, 2026 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewPostgresTaskRepository

func NewPostgresTaskRepository(db *sql.DB) repositories.TaskRepository

Types

type PostgresTaskRepository

type PostgresTaskRepository struct {
	// contains filtered or unexported fields
}

func (*PostgresTaskRepository) Add

func (*PostgresTaskRepository) Delete

func (r *PostgresTaskRepository) Delete(ctx context.Context, id string) error

func (*PostgresTaskRepository) GetAll

func (r *PostgresTaskRepository) GetAll(ctx context.Context, filters *dto.TaskFilters) ([]entities.Task, error)

func (*PostgresTaskRepository) GetByID

func (*PostgresTaskRepository) Update

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL