Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrCustomerNotFound = errors.New("customer not found")
)
View Source
var (
ErrDuplicateEntry = errors.New("duplicate entry")
)
Functions ¶
func NewCustomerRepositoryImpl ¶
func NewCustomerRepositoryImpl(db *gorm.DB) domain.CustomerRepository
NewCustomerRepositoryImpl returns new CustomerRepositoryImpl
func NewJwtAuthRepositoryImpl ¶
func NewJwtAuthRepositoryImpl(db *gorm.DB) domain.JWTAuthRepository
Types ¶
type CustomerCredentials ¶
Click to show internal directories.
Click to hide internal directories.