Documentation
¶
Index ¶
- type BlockchainService
- type Handler
- func (h *Handler) CreateFormSubmission(c echo.Context) error
- func (h *Handler) CreateMerchant(c echo.Context) error
- func (h *Handler) CreateMerchantAddress(c echo.Context) error
- func (h *Handler) CreateMerchantToken(c echo.Context) error
- func (h *Handler) CreatePayment(c echo.Context) error
- func (h *Handler) CreatePaymentLink(c echo.Context) error
- func (h *Handler) CreateWithdrawal(c echo.Context) error
- func (h *Handler) DeleteMerchant(c echo.Context) error
- func (h *Handler) DeleteMerchantAddress(c echo.Context) error
- func (h *Handler) DeleteMerchantTokens(c echo.Context) error
- func (h *Handler) DeletePaymentLink(c echo.Context) error
- func (h *Handler) GetCurrencyConvert(c echo.Context) error
- func (h *Handler) GetCustomerDetails(c echo.Context) error
- func (h *Handler) GetMerchant(c echo.Context) error
- func (h *Handler) GetMerchantAddress(c echo.Context) error
- func (h *Handler) GetPayment(c echo.Context) error
- func (h *Handler) GetPaymentLink(c echo.Context) error
- func (h *Handler) GetWithdrawalFee(c echo.Context) error
- func (h *Handler) ListBalances(c echo.Context) error
- func (h *Handler) ListCustomers(c echo.Context) error
- func (h *Handler) ListMerchantAddresses(c echo.Context) error
- func (h *Handler) ListMerchantTokens(c echo.Context) error
- func (h *Handler) ListMerchants(c echo.Context) error
- func (h *Handler) ListPaymentLinks(c echo.Context) error
- func (h *Handler) ListPayments(c echo.Context) error
- func (h *Handler) MerchantService() *merchant.Service
- func (h *Handler) UpdateMerchant(c echo.Context) error
- func (h *Handler) UpdateMerchantAddress(c echo.Context) error
- func (h *Handler) UpdateMerchantSupportedMethods(c echo.Context) error
- func (h *Handler) UpdateMerchantWebhook(c echo.Context) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BlockchainService ¶
type BlockchainService interface {
blockchain.Resolver
blockchain.Convertor
}
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
func NewHandler ¶
func (*Handler) CreateMerchantAddress ¶
func (*Handler) DeleteMerchantAddress ¶
func (*Handler) ListMerchantAddresses ¶
func (*Handler) MerchantService ¶
func (*Handler) UpdateMerchantAddress ¶
func (*Handler) UpdateMerchantSupportedMethods ¶
Source Files
¶
Click to show internal directories.
Click to hide internal directories.