Documentation ¶
Index ¶
- func ProviderHandlers(initial config.Initial, srv common.Services, validator *validator.Validate, ...) (common.Handlers, func(), error)
- type AdminUsersRoute
- type BalanceRoute
- type CardPayWebHook
- type CountryApiV1
- type CreateOrderJsonProjectResponse
- type DashboardRoute
- type KeyProductRoute
- type KeyRoute
- type MerchantUsersRoute
- type OnboardingFileData
- type OnboardingFileMetadata
- type OnboardingRoute
- type OperatingCompanyRoute
- type OrderListRefundsBinder
- type OrderRoute
- type PayLinkRoute
- type PaymentCostRoute
- type PaymentMethodApiV1
- type PaymentMinLimitSystemRoute
- type PayoutDocumentsRoute
- type PriceGroup
- type Pricing
- type ProductRoute
- type ProjectRoute
- type RecurringRoute
- type ReportFileRoute
- type RoyaltyReportRequestFile
- type RoyaltyReportsRoute
- type TaxesRoute
- type TokenRoute
- type UserProfileRoute
- type UserRoute
- type VatReportsRoute
- type ZipCodeRoute
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AdminUsersRoute ¶
func NewAdminUsersRoute ¶
func NewAdminUsersRoute(set common.HandlerSet, cfg *common.Config) *AdminUsersRoute
func (*AdminUsersRoute) Route ¶
func (h *AdminUsersRoute) Route(groups *common.Groups)
type BalanceRoute ¶
func NewBalanceRoute ¶
func NewBalanceRoute(set common.HandlerSet, cfg *common.Config) *BalanceRoute
func (*BalanceRoute) Route ¶
func (h *BalanceRoute) Route(groups *common.Groups)
type CardPayWebHook ¶
func NewCardPayWebHook ¶
func NewCardPayWebHook(set common.HandlerSet, cfg *common.Config) *CardPayWebHook
func (*CardPayWebHook) Route ¶
func (h *CardPayWebHook) Route(groups *common.Groups)
type CountryApiV1 ¶
func NewCountryApiV1 ¶
func NewCountryApiV1(set common.HandlerSet, cfg *common.Config) *CountryApiV1
func (*CountryApiV1) Route ¶
func (h *CountryApiV1) Route(groups *common.Groups)
type CreateOrderJsonProjectResponse ¶
type CreateOrderJsonProjectResponse struct { Id string `json:"id"` PaymentFormUrl string `json:"payment_form_url"` PaymentFormData *grpc.PaymentFormJsonData `json:"payment_form_data,omitempty"` }
type DashboardRoute ¶
func NewDashboardRoute ¶
func NewDashboardRoute(set common.HandlerSet, cfg *common.Config) *DashboardRoute
func (*DashboardRoute) Route ¶
func (h *DashboardRoute) Route(groups *common.Groups)
type KeyProductRoute ¶
func NewKeyProductRoute ¶
func NewKeyProductRoute(set common.HandlerSet, cfg *common.Config) *KeyProductRoute
func (*KeyProductRoute) Route ¶
func (h *KeyProductRoute) Route(groups *common.Groups)
type KeyRoute ¶
func NewKeyRoute ¶
func NewKeyRoute(set common.HandlerSet, cfg *common.Config) *KeyRoute
type MerchantUsersRoute ¶
func NewMerchantUsersRoute ¶
func NewMerchantUsersRoute(set common.HandlerSet, cfg *common.Config) *MerchantUsersRoute
func (*MerchantUsersRoute) Route ¶
func (h *MerchantUsersRoute) Route(groups *common.Groups)
type OnboardingFileData ¶
type OnboardingFileData struct { Url string `json:"url"` Metadata *OnboardingFileMetadata `json:"metadata"` }
type OnboardingFileMetadata ¶
type OnboardingRoute ¶
func NewOnboardingRoute ¶
func NewOnboardingRoute(set common.HandlerSet, initial config.Initial, awsManager awsWrapper.AwsManagerInterface, globalCfg *common.Config) *OnboardingRoute
func (*OnboardingRoute) Route ¶
func (h *OnboardingRoute) Route(groups *common.Groups)
type OperatingCompanyRoute ¶
func NewOperatingCompanyRoute ¶
func NewOperatingCompanyRoute(set common.HandlerSet, cfg *common.Config) *OperatingCompanyRoute
func (*OperatingCompanyRoute) Route ¶
func (h *OperatingCompanyRoute) Route(groups *common.Groups)
type OrderListRefundsBinder ¶
func (*OrderListRefundsBinder) Bind ¶
func (b *OrderListRefundsBinder) Bind(i interface{}, ctx echo.Context) error
type OrderRoute ¶
func NewOrderRoute ¶
func NewOrderRoute(set common.HandlerSet, cfg *common.Config) *OrderRoute
func (*OrderRoute) Route ¶
func (h *OrderRoute) Route(groups *common.Groups)
type PayLinkRoute ¶
func NewPayLinkRoute ¶
func NewPayLinkRoute(set common.HandlerSet, cfg *common.Config) *PayLinkRoute
func (*PayLinkRoute) Route ¶
func (h *PayLinkRoute) Route(groups *common.Groups)
type PaymentCostRoute ¶
func NewPaymentCostRoute ¶
func NewPaymentCostRoute(set common.HandlerSet, cfg *common.Config) *PaymentCostRoute
func (*PaymentCostRoute) Route ¶
func (h *PaymentCostRoute) Route(groups *common.Groups)
type PaymentMethodApiV1 ¶
func NewPaymentMethodApiV1 ¶
func NewPaymentMethodApiV1(set common.HandlerSet, cfg *common.Config) *PaymentMethodApiV1
func (*PaymentMethodApiV1) Route ¶
func (h *PaymentMethodApiV1) Route(groups *common.Groups)
type PaymentMinLimitSystemRoute ¶
func NewPaymentMinLimitSystemRoute ¶
func NewPaymentMinLimitSystemRoute(set common.HandlerSet, cfg *common.Config) *PaymentMinLimitSystemRoute
func (*PaymentMinLimitSystemRoute) Route ¶
func (h *PaymentMinLimitSystemRoute) Route(groups *common.Groups)
type PayoutDocumentsRoute ¶
func NewPayoutDocumentsRoute ¶
func NewPayoutDocumentsRoute(set common.HandlerSet, cfg *common.Config) *PayoutDocumentsRoute
func (*PayoutDocumentsRoute) Route ¶
func (h *PayoutDocumentsRoute) Route(groups *common.Groups)
type PriceGroup ¶
func NewPriceGroupRoute ¶
func NewPriceGroupRoute(set common.HandlerSet, cfg *common.Config) *PriceGroup
func (*PriceGroup) Route ¶
func (h *PriceGroup) Route(groups *common.Groups)
type Pricing ¶
func NewPricingRoute ¶
func NewPricingRoute(set common.HandlerSet, cfg *common.Config) *Pricing
type ProductRoute ¶
func NewProductRoute ¶
func NewProductRoute(set common.HandlerSet, cfg *common.Config) *ProductRoute
func (*ProductRoute) Route ¶
func (h *ProductRoute) Route(groups *common.Groups)
type ProjectRoute ¶
func NewProjectRoute ¶
func NewProjectRoute(set common.HandlerSet, cfg *common.Config) *ProjectRoute
func (*ProjectRoute) Route ¶
func (h *ProjectRoute) Route(groups *common.Groups)
type RecurringRoute ¶
func NewRecurringRoute ¶
func NewRecurringRoute(set common.HandlerSet, cfg *common.Config) *RecurringRoute
func (*RecurringRoute) Route ¶
func (h *RecurringRoute) Route(groups *common.Groups)
type ReportFileRoute ¶
func NewReportFileRoute ¶
func NewReportFileRoute(set common.HandlerSet, awsManager awsWrapper.AwsManagerInterface, cfg *common.Config) *ReportFileRoute
func (*ReportFileRoute) Route ¶
func (h *ReportFileRoute) Route(groups *common.Groups)
type RoyaltyReportsRoute ¶
func NewRoyaltyReportsRoute ¶
func NewRoyaltyReportsRoute(set common.HandlerSet, cfg *common.Config) *RoyaltyReportsRoute
func (*RoyaltyReportsRoute) Route ¶
func (h *RoyaltyReportsRoute) Route(groups *common.Groups)
type TaxesRoute ¶
func NewTaxesRoute ¶
func NewTaxesRoute(set common.HandlerSet, cfg *common.Config) *TaxesRoute
func (*TaxesRoute) Route ¶
func (h *TaxesRoute) Route(groups *common.Groups)
type TokenRoute ¶
func NewTokenRoute ¶
func NewTokenRoute(set common.HandlerSet, cfg *common.Config) *TokenRoute
func (*TokenRoute) Route ¶
func (h *TokenRoute) Route(groups *common.Groups)
type UserProfileRoute ¶
func NewUserProfileRoute ¶
func NewUserProfileRoute(set common.HandlerSet, cfg *common.Config) *UserProfileRoute
func (*UserProfileRoute) Route ¶
func (h *UserProfileRoute) Route(groups *common.Groups)
type UserRoute ¶
func NewUserRoute ¶
func NewUserRoute(set common.HandlerSet, cfg *common.Config) *UserRoute
type VatReportsRoute ¶
func NewVatReportsRoute ¶
func NewVatReportsRoute(set common.HandlerSet, cfg *common.Config) *VatReportsRoute
func (*VatReportsRoute) Route ¶
func (h *VatReportsRoute) Route(groups *common.Groups)
type ZipCodeRoute ¶
func NewZipCodeRoute ¶
func NewZipCodeRoute(set common.HandlerSet, cfg *common.Config) *ZipCodeRoute
func (*ZipCodeRoute) Route ¶
func (h *ZipCodeRoute) Route(groups *common.Groups)
Source Files ¶
- admin_users.go
- cardpay.go
- country.go
- dashboard.go
- key.go
- key_product.go
- merchant_balance.go
- merchant_users.go
- onboarding.go
- operating_company.go
- order.go
- paylink.go
- payment_costs.go
- payment_methods.go
- payment_min_limit_system.go
- payouts.go
- price_group.go
- pricing.go
- product.go
- project.go
- provider.go
- recurring.go
- report_file.go
- royalty_reports.go
- taxes.go
- token.go
- user.go
- user_profile.go
- vat_reports.go
- zip_code.go
Click to show internal directories.
Click to hide internal directories.