Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // NetHTTPTenantKey is the context key for the tenant (net/http) NetHTTPTenantKey = &contextKey{"nethttp/tenant"} // EchoTenantKey is the context key for the tenant (echo) EchoTenantKey = &contextKey{"echo/tenant"} // DBTenantKey is the context key for the tenant (gorm.DB) DBTenantKey = &contextKey{"db/tenant"} // MultitenantMigrationOptions is the context key for the migration options MultitenantMigrationOptions = &contextKey{"db/options"} )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.