Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProjectsRepository ¶
type ProjectsRepository struct {
// contains filtered or unexported fields
}
func NewProjectsRepository ¶
func NewProjectsRepository(coll *mongo.Collection) *ProjectsRepository
func (*ProjectsRepository) FindById ¶
func (r *ProjectsRepository) FindById(id string) (domain.Project, error)
func (*ProjectsRepository) ListDisplayable ¶
func (r *ProjectsRepository) ListDisplayable() ([]domain.Project, error)
Click to show internal directories.
Click to hide internal directories.