Skip to content

Commit cd1f635

Browse files
Copilotmdelapenya
andauthored
Add Go module for Azure CosmosDB (#166)
* Initial plan * Add Go module for Azure CosmosDB Co-authored-by: mdelapenya <951580+mdelapenya@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: mdelapenya <951580+mdelapenya@users.noreply.github.com>
1 parent 5b00936 commit cd1f635

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

modules/cosmodb/index.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,17 @@ docs:
2222
<scope>test</scope>
2323
</dependency>
2424
```
25+
- id: go
26+
url: https://golang.testcontainers.org/modules/azure/#cosmosdb
27+
maintainer: core
28+
example: |
29+
```go
30+
cosmosContainer, err := cosmosdb.Run(context.Background(), "mcr.microsoft.com/cosmosdb/linux/azure-cosmos-emulator:latest")
31+
```
32+
installation: |
33+
```bash
34+
go get github.com/testcontainers/testcontainers-go/modules/azure
35+
```
2536
- id: dotnet
2637
url: https://www.nuget.org/packages/Testcontainers.CosmosDb
2738
maintainer: core

0 commit comments

Comments
 (0)