dendrite/internal/cosmosdbapi/cosmosconfig.go
alexfca b696923333
- Implement Cosmos for the devices_table (#4)
- Use the ConnectionString in the YAML to include the Tenant
- Revert all other non implemented tables back to use SQLLite3
2021-05-12 16:30:49 +10:00

7 lines
94 B
Go

package cosmosdbapi
type CosmosConfig struct {
DatabaseName string
ContainerName string
}