sourcegraph/lib/enterpriseportal
2024-08-14 15:32:22 +00:00
..
codyaccess/v1 feat/dotcom: use Enterprise Portal for Cody Gateway usage (#63653) 2024-07-10 19:22:08 +00:00
subscriptions/v1 feat/dotcom: use Enterprise Portal for all subscriptions UI (#64115) 2024-08-14 15:32:22 +00:00
BUILD.bazel feat/cody-gateway: use Enterprise Portal for actor/productsubscriptions (#62934) 2024-06-07 11:46:01 -07:00
enterpriseportal.go feat/cody-gateway: use Enterprise Portal for actor/productsubscriptions (#62934) 2024-06-07 11:46:01 -07:00
README.md feat/cody-gateway: use Enterprise Portal for actor/productsubscriptions (#62934) 2024-06-07 11:46:01 -07: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.