repo

package
v0.0.0-...-2140920 Latest Latest
Warning

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

Go to latest
Published: Dec 9, 2024 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type TaskRepo

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

TaskRepo -.

func NewTask

func NewTask(db *sql.DB) *TaskRepo

NewTask -.

func (*TaskRepo) CreateTask

func (r *TaskRepo) CreateTask(ctx context.Context, task *entity.Task) error

CreateTask -.

func (*TaskRepo) DeleteTask

func (r *TaskRepo) DeleteTask(ctx context.Context, task *entity.Task) error

DeleteTask -.

func (*TaskRepo) UpdateTask

func (r *TaskRepo) UpdateTask(ctx context.Context, task *entity.Task) error

UpdateTask -.

Jump to

Keyboard shortcuts

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