tree: 395c55bc554c3d73f2622852b6b3920d531fb751 [path history] [tgz]
  1. auth/
  2. go.mod
  3. go.sum
  4. README.md
api/README.md

ServiceComb gRPC API

This go module contains all grpc service definition of service center

APIs

sync

service center metadata sync APIs, used in service center peer clusters data sync

auth

service center itself act as an auth server which maintain account, role, perms data. it exposes API for internal services to check token has perms to access resource

Development Guide

To generate grpc code

cd api/sync/v1
protoc --go_out=. --go-grpc_out=. event_service.proto