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) CreateFormSubmission ¶
func (*Handler) CreateMerchant ¶
func (*Handler) CreateMerchantAddress ¶
func (*Handler) CreateMerchantToken ¶
func (*Handler) CreatePayment ¶
func (*Handler) CreatePaymentLink ¶
func (*Handler) CreateWithdrawal ¶
func (*Handler) DeleteMerchant ¶
func (*Handler) DeleteMerchantAddress ¶
func (*Handler) DeleteMerchantTokens ¶
func (*Handler) DeletePaymentLink ¶
func (*Handler) GetCurrencyConvert ¶
func (*Handler) GetCustomerDetails ¶
func (*Handler) GetMerchant ¶
func (*Handler) GetMerchantAddress ¶
func (*Handler) GetPayment ¶
func (*Handler) GetPaymentLink ¶
func (*Handler) GetWithdrawalFee ¶
func (*Handler) ListBalances ¶
func (*Handler) ListCustomers ¶
func (*Handler) ListMerchantAddresses ¶
func (*Handler) ListMerchantTokens ¶
func (*Handler) ListMerchants ¶
func (*Handler) ListPaymentLinks ¶
func (*Handler) ListPayments ¶
func (*Handler) MerchantService ¶
func (*Handler) UpdateMerchant ¶
func (*Handler) UpdateMerchantAddress ¶
func (*Handler) UpdateMerchantSupportedMethods ¶
func (*Handler) UpdateMerchantWebhook ¶
Source Files ¶
Click to show internal directories.
Click to hide internal directories.