repository

package
v2.3.199 Latest Latest
Warning

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

Go to latest
Published: Jul 29, 2025 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 ITaskRepository

type ITaskRepository interface {
	repository.Repository[ITaskRepository, model.Task]
}

type Repositories

type Repositories struct {
	TaskRepository ITaskRepository
}

func NewRepositories

func NewRepositories(db *gorm.DB) Repositories

type TaskRepository

type TaskRepository struct {
	repository.Repo[model.Task]
}

func NewTaskRepository

func NewTaskRepository(db *gorm.DB) TaskRepository

func (TaskRepository) Trx

Jump to

Keyboard shortcuts

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