https://github.com/aserto-dev/go-grpc
GO gRPC for Aserto Services
https://github.com/aserto-dev/go-grpc
Last synced: 4 months ago
JSON representation
GO gRPC for Aserto Services
- Host: GitHub
- URL: https://github.com/aserto-dev/go-grpc
- Owner: aserto-dev
- License: apache-2.0
- Created: 2021-08-12T14:36:26.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-04-08T23:29:02.000Z (about 1 year ago)
- Last Synced: 2025-04-20T13:01:02.569Z (about 1 year ago)
- Language: Go
- Homepage:
- Size: 1.69 MB
- Stars: 0
- Watchers: 7
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# GO gRPC for Aserto Services
[](https://github.com/aserto-dev/go-grpc/actions/workflows/ci.yaml)
[](https://pkg.go.dev/github.com/aserto-dev/go-grpc)
[](https://goreportcard.com/report/github.com/aserto-dev/go-grpc)
* Aserto: https://aserto.com/
* Docs: https://docs.aserto.com/
* API Reference: https://aserto.readme.io/
The package `aserto-dev/go-grpc` contains gRPC definitions for all Aserto services except the Authorizer service,
defined in [`aserto-dev/go-grpc-authz`](https://github.com/aserto-dev/go-grpc-authz).
## Aserto Go SDK
The definitions in this package are used in [`aserto-go`](https://github.com/aserto-dev/aserto-go), the Go client
package for Aserto and the recommended way to interact with Aserto services.