repository

package
v0.1.3 Latest Latest
Warning

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

Go to latest
Published: Sep 1, 2026 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrUserNotFound      = errors.New("user not found")
	ErrUserAlreadyExists = errors.New("user already exists")
	ErrTokenNotFound     = errors.New("token not found")
)

Functions

func NewAISummaryRepository added in v0.1.2

func NewAISummaryRepository(db *gorm.DB) interfaces.AISummaryRepository

func NewAnalysisRepository

func NewAnalysisRepository(db *gorm.DB) interfaces.AnalysisRepository

func NewAuthTokenRepository

func NewAuthTokenRepository(db *gorm.DB) interfaces.AuthTokenRepository

NewAuthTokenRepository creates a new auth token repository

func NewContainerRepository

func NewContainerRepository(db *gorm.DB) interfaces.ContainerRepository

func NewDataRepository

func NewDataRepository(db *gorm.DB) interfaces.DataRepository

func NewLLMRepository

func NewLLMRepository(db *gorm.DB) interfaces.LLMRepository

func NewProjectRepository

func NewProjectRepository(db *gorm.DB) interfaces.ProjectRepository

func NewStoreRepository

func NewStoreRepository(db *gorm.DB) interfaces.StoreRepository

func NewUserRepository

func NewUserRepository(db *gorm.DB) interfaces.UserRepository

NewUserRepository creates a new user repository

func NewWorkflowRepository

func NewWorkflowRepository(db *gorm.DB) interfaces.WorkflowRepository

Types

This section is empty.

Jump to

Keyboard shortcuts

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