Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RubricsPostgresRepository ¶
func GetRubricsPgRepository ¶
func GetRubricsPgRepository() *RubricsPostgresRepository
func (*RubricsPostgresRepository) GetByUUID ¶
func (repository *RubricsPostgresRepository) GetByUUID(uuid string) (rubric *entities.Rubric, err error)
func (*RubricsPostgresRepository) Save ¶
func (repository *RubricsPostgresRepository) Save(dto *dtos.CreateRubricDTO) (rubric *entities.Rubric, err error)
Click to show internal directories.
Click to hide internal directories.