Merge pull request #6703 from mxpv/s

Sandbox API
This commit is contained in:
Derek McGowan
2022-04-18 20:55:06 -07:00
committed by GitHub
45 changed files with 12334 additions and 75 deletions

View File

@@ -33,4 +33,8 @@ const (
DiffService = "diff-service"
// IntrospectionService is the id of introspection service
IntrospectionService = "introspection-service"
// SandboxStoreService is the id of Sandbox's store service
SandboxStoreService = "sandbox-store-service"
// SandboxControllerService is the id of Sandbox's controller service
SandboxControllerService = "sandbox-controller-service"
)