Skip to content

Commit 2e1c0b2

Browse files
authored
feat: add atlas-local to Go (#152)
1 parent 05fb86a commit 2e1c0b2

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

modules/mongodb-atlas/index.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,17 @@ docs:
2020
<scope>test</scope>
2121
</dependency>
2222
```
23+
- id: go
24+
url: https://golang.testcontainers.org/modules/mongodb-atlaslocal
25+
maintainer: core
26+
example: |
27+
```go
28+
atlaslocalContainer, err := atlaslocal.Run(ctx, "mongodb/mongodb-atlas-local:latest")
29+
```
30+
installation: |
31+
```bash
32+
go get github.com/testcontainers/testcontainers-go/modules/mongodb/atlaslocal
33+
```
2334
description: |
2435
MongoDB Atlas Local offers features like Atlas Search and Atlas Vector Search.
2536
---

0 commit comments

Comments
 (0)