Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type User ¶
type User struct {
// contains filtered or unexported fields
}
func NewUser ¶
func NewUser(svc UserService) *User
func (*User) CreateUser ¶
func (*User) GetUserById ¶
type UserService ¶
type Voucher ¶
type Voucher struct {
// contains filtered or unexported fields
}
func NewVoucher ¶
func NewVoucher(svc VoucherService) *Voucher
func (*Voucher) SearchVoucher ¶
func (h *Voucher) SearchVoucher(ctx echo.Context, params genv1.SearchVoucherParams) error
Click to show internal directories.
Click to hide internal directories.