mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-29 09:43:10 -06:00
* Add tenant-id to all docs and cross-tenant queries * Use TenantName in doc ids too * Space * - Rename variables and ensure code compiles * - Fix error handling for GroupBy query * - Fix typo Co-authored-by: Alex Flatow <alexf@criticalarc.com>
8 lines
116 B
Go
8 lines
116 B
Go
package cosmosdbapi
|
|
|
|
type CosmosConfig struct {
|
|
DatabaseName string
|
|
ContainerName string
|
|
TenantName string
|
|
}
|