Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CouponRepo ¶
func NewCouponRepo ¶
func NewCouponRepo(db sqlx.ExtContext) CouponRepo
type CouponTypeDto ¶
type CouponTypeRepo ¶
type CouponTypeRepo interface {
Create(ctx context.Context, row CouponTypeDto) (*model.CouponType, error)
}
func NewCouponTypeRepo ¶
func NewCouponTypeRepo(db sqlx.ExtContext) CouponTypeRepo
Click to show internal directories.
Click to hide internal directories.