Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddMoneyToWalletRequest ¶
type AddMoneyToWalletResponse ¶
type AddMoneyToWalletResponse struct {
Err error
}
type CreateCustomerRequest ¶
type CreateCustomerResponse ¶
type CreateCustomerResponse struct {
Err error
}
type Endpoints ¶
Endpoints holds all Go kit endpoints for the Order service.
func MakeEndpoints ¶
MakeEndpoints initializes all Go kit endpoints for the Account service.
type GetWalletBalanceRequest ¶
type GetWalletBalanceRequest struct {
CustomerID string
}
type MakePaymentRequest ¶
type MakePaymentResponse ¶
type MakePaymentResponse struct {
Err error
}
Click to show internal directories.
Click to hide internal directories.