https://github.com/linka-cloud/go-openfga
https://github.com/linka-cloud/go-openfga
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/linka-cloud/go-openfga
- Owner: linka-cloud
- License: apache-2.0
- Created: 2024-03-25T18:10:02.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-18T12:41:38.000Z (3 months ago)
- Last Synced: 2025-02-18T13:25:29.362Z (3 months ago)
- Language: Go
- Size: 375 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# go-openfga
[](https://golang.org/)
[](https://pkg.go.dev/go.linka.cloud/go-openfga)
[](https://goreportcard.com/report/go.linka.cloud/go-openfga)go-openfga is a simple implementation of an easy to use (and currently partial) client for the [OpenFGA](https://github.com/openfga/openfga) gRPC API.
It also provides a simple way to run openfga in process.
**Project status: *alpha***
Not all planned features are completed.
The API, spec, status and other user facing objects are subject to change.
We do not support backward-compatibility for the alpha releases.## Overview
### Import
```go
import openfga "go.linka.cloud/go-openfga"
```