An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# GO gRPC for Aserto Services

[![ci](https://github.com/aserto-dev/go-grpc/actions/workflows/ci.yaml/badge.svg)](https://github.com/aserto-dev/go-grpc/actions/workflows/ci.yaml)
[![Go Reference](https://pkg.go.dev/badge/github.com/aserto-dev/go-grpc.svg)](https://pkg.go.dev/github.com/aserto-dev/go-grpc)
[![Go Report Card](https://goreportcard.com/badge/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.