Versions in this module Expand all Collapse all v0 v0.0.1 Jul 17, 2024 Changes in this version + type Service interface + Create func(ctx context.Context, param dto.SmsCouponParam) (int64, error) + Delete func(ctx context.Context, id int64) (int64, error) + GetItem func(ctx context.Context, id int64) (*dto.SmsCouponParam, error) + List func(ctx context.Context, name string, couponType int32, pageSize, pageNum int) ([]dto.SmsCoupon, int64, error) + Update func(ctx context.Context, id int64, param dto.SmsCouponParam) (int64, error) + func New() Service