Documentation ¶
Index ¶
- func NewTaskClientStoragePostgres(pool *pgxpool.Pool) client.TaskClientStorage
- type TaskClientStoragePostgres
- func (t TaskClientStoragePostgres) AddTask(task client.Task) error
- func (t TaskClientStoragePostgres) CreateTaskType(taskType client.TaskType) error
- func (t TaskClientStoragePostgres) GetAllTaskNotStartedByType(name string) ([]client.Task, error)
- func (t TaskClientStoragePostgres) GetTaskTypeByName(name string) (client.TaskType, error)
- func (t TaskClientStoragePostgres) UpdateTask(task client.Task) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewTaskClientStoragePostgres ¶
func NewTaskClientStoragePostgres(pool *pgxpool.Pool) client.TaskClientStorage
Types ¶
type TaskClientStoragePostgres ¶
func (TaskClientStoragePostgres) AddTask ¶
func (t TaskClientStoragePostgres) AddTask(task client.Task) error
func (TaskClientStoragePostgres) CreateTaskType ¶
func (t TaskClientStoragePostgres) CreateTaskType(taskType client.TaskType) error
func (TaskClientStoragePostgres) GetAllTaskNotStartedByType ¶
func (t TaskClientStoragePostgres) GetAllTaskNotStartedByType(name string) ([]client.Task, error)
func (TaskClientStoragePostgres) GetTaskTypeByName ¶
func (t TaskClientStoragePostgres) GetTaskTypeByName(name string) (client.TaskType, error)
func (TaskClientStoragePostgres) UpdateTask ¶
func (t TaskClientStoragePostgres) UpdateTask(task client.Task) error
Click to show internal directories.
Click to hide internal directories.