Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PhotoRepository ¶
type PhotoRepository struct {
// contains filtered or unexported fields
}
func NewPhotoRepository ¶
func NewPhotoRepository(db *gorm.DB) *PhotoRepository
type PointRepository ¶
type PointRepository struct {
// contains filtered or unexported fields
}
func NewPointRepository ¶
func NewPointRepository(db *gorm.DB) *PointRepository
func (*PointRepository) ByAuthorID ¶
func (p *PointRepository) ByAuthorID(authorID uuid.UUID) []*entity.Point
type RatingRepository ¶
type RatingRepository struct {
// contains filtered or unexported fields
}
func NewRatingRepository ¶
func NewRatingRepository(db *gorm.DB) *RatingRepository
type UserRepository ¶
type UserRepository struct {
// contains filtered or unexported fields
}
func NewUserRepository ¶
func NewUserRepository(db *gorm.DB) *UserRepository
func (*UserRepository) ByUsernameOrEmail ¶
func (u *UserRepository) ByUsernameOrEmail(value string) *entity.User
Click to show internal directories.
Click to hide internal directories.