repository

package
v1.0.16 Latest Latest
Warning

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

Go to latest
Published: Feb 18, 2022 License: MIT Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PGRepository added in v1.0.2

type PGRepository struct {
	*pg.DB
	// contains filtered or unexported fields
}

func NewPGRepository

func NewPGRepository(cfg *PGRepositoryConfig) (*PGRepository, error)

func (*PGRepository) Delete added in v1.0.2

func (repo *PGRepository) Delete(ctx context.Context, f *model.QuestionFilter) ([]*model.Question, error)

func (*PGRepository) Fetch added in v1.0.2

func (repo *PGRepository) Fetch(ctx context.Context, cfg *question.FetchConfig) ([]*model.Question, int, error)

func (*PGRepository) GenerateTest added in v1.0.2

func (repo *PGRepository) GenerateTest(ctx context.Context, cfg *question.GenerateTestConfig) ([]*model.Question, error)

func (*PGRepository) Store added in v1.0.2

func (repo *PGRepository) Store(ctx context.Context, input *model.QuestionInput) (*model.Question, error)

func (*PGRepository) UpdateOneByID added in v1.0.2

func (repo *PGRepository) UpdateOneByID(ctx context.Context, id int, input *model.QuestionInput) (*model.Question, error)

type PGRepositoryConfig

type PGRepositoryConfig struct {
	DB          *pg.DB
	FileStorage fstorage.FileStorage
}

Jump to

Keyboard shortcuts

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