File tree Expand file tree Collapse file tree 1 file changed +12
-15
lines changed Expand file tree Collapse file tree 1 file changed +12
-15
lines changed Original file line number Diff line number Diff line change 11---
22title : Permify
33categories :
4- - other
4+ - other
55docs :
6- - id : go
7- url : https://github.com/theoriginalstove/testcontainers-permify
8- maintainer : community
9- example : |
10- ```go
11- container, err := permifytest.Run(context.Background())
12- if err != nil {
13- return err
14- }
15- ```
16- installation : |
17- ```bash
18- go get -u github.com/theoriginalstove/testcontainers-permify
6+ - id : go
7+ url : https://github.com/theoriginalstove/testcontainers-permify
8+ maintainer : community
9+ example : |
10+ ```go
11+ ctr, err := permifytest.Run(context.Background())
1912 ```
13+ installation : |
14+ ```bash
15+ go get -u github.com/theoriginalstove/testcontainers-permify
16+ ```
2017description : |
21- Permify is an open-source authorization service for creating fine-grained and scalable authorization systems.
18+ Permify is an open-source authorization service for creating fine-grained and scalable authorization systems.
2219---
You can’t perform that action at this time.
0 commit comments