cached gateway routing
This commit is contained in:
@@ -52,12 +52,13 @@ const (
|
||||
Tenants Type = "tenants" // Represents tenants managed in the system
|
||||
VerificationTokens Type = "verification_tokens" //Represents verification tokens managed in the system
|
||||
Wallets Type = "wallets" // Represents workflows for tasks or projects
|
||||
WalletRoutes Type = "wallet_routes" // Represents authoritative chain wallet gateway routing
|
||||
Workflows Type = "workflows" // Represents workflows for tasks or projects
|
||||
)
|
||||
|
||||
func StringToSType(s string) (Type, error) {
|
||||
switch Type(s) {
|
||||
case Accounts, Verification, Amplitude, Site, Changes, Clients, ChainGateway, ChainWallets, ChainWalletBalances,
|
||||
case Accounts, Verification, Amplitude, Site, Changes, Clients, ChainGateway, ChainWallets, WalletRoutes, ChainWalletBalances,
|
||||
ChainTransfers, ChainDeposits, MntxGateway, PaymentGateway, FXOracle, FeePlans, BillingDocuments, FilterProjects, Invitations, Invoices, Logo, Ledger,
|
||||
LedgerAccounts, LedgerBalances, LedgerEntries, LedgerOutbox, LedgerParties, LedgerPlines, Notifications,
|
||||
Organizations, Payments, PaymentRoutes, PaymentPlanTemplates, PaymentOrchestrator, PaymentMethods, Permissions, Policies, PolicyAssignements,
|
||||
|
||||
Reference in New Issue
Block a user