Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppDomainsConfig ¶
AppDomainsConfig holds the configuration structs for the application domains
type Config ¶
type Config struct {
Port uint64
CountersCacheTTLInSeconds uint32
UpdateContractDBInSeconds uint32
FreeAccount FreeAccountConfig
Gateways []GatewayConfig
ClosedEndpoints []string
AppDomains AppDomainsConfig
CryptoPayment CryptoPaymentConfig
}
Config specify all config options this proxy will use
type CryptoPaymentConfig ¶
type CryptoPaymentConfig struct {
URL string
ServiceApiKey string
TimeoutInSeconds uint64
ConfigCacheDurationInSeconds uint64
Enabled bool
}
CryptoPaymentConfig holds the configuration for the crypto-payment service integration
type EmailsConfig ¶
EmailsConfig holds the configuration for the emails formats
type FreeAccountConfig ¶
FreeAccountConfig the configuration struct for free accounts
Click to show internal directories.
Click to hide internal directories.