Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthProviderType ¶
type AuthProviderType string
const ( AuthProviderClerk AuthProviderType = "clerk" AuthProviderDatabase AuthProviderType = "database" )
type MultiTenancyConfig ¶
type MultiTenancyConfig struct {
AuthProvider AuthProviderType
ClerkSecretKey string
ClerkWebhook string
StripeSecret string
StripeWebhook string
DatabaseConfig models.DatabaseConfig
APIKeyConfig models.APIKeyConfig
}
type RateLimitConfig ¶
type TimeoutConfig ¶
Click to show internal directories.
Click to hide internal directories.