mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 11:01:44 +00:00
Enterprise Portal services
lib/enterpriseportal defines the gRPC services implemented by Enterprise Portal. Core functionality are defined in subscriptions/v1, with extensions defined as separate services implemented by Enterprise Portal, such as codyaccess/v1.
All RPCs follow the API design guidelines at https://google.aip.dev/, exceptions are otherwise noted.
To regenerate all relevant bindings:
sg gen buf \
lib/enterpriseportal/subscriptions/v1/buf.gen.yaml \
lib/enterpriseportal/codyaccess/v1/buf.gen.yaml
Caution
These APIs have production dependents. Make changes with extreme care for backwards-compatibility.