services

package
v0.0.0-...-bd5dacb Latest Latest
Warning

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

Go to latest
Published: Apr 16, 2024 License: MIT Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type TaskService

type TaskService interface {
	GetAll(req requests.Pagination) (responses.TasksListPaginated, *utils.HTTPError)
	Create(req requests.TaskCreation) (entities.Task, *utils.HTTPError)
	GetAllStream() (*sql.Rows, *utils.HTTPError)
	ScanTask(rows *sql.Rows, task *entities.Task) *utils.HTTPError
}

func NewTask

NewTask returns a new user service

Jump to

Keyboard shortcuts

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