Add streaming service
Adds a service capable of streaming Any objects bi-directionally. This can be used by services to send data, received data, or to initiate requests from server to client. Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
@@ -37,4 +37,6 @@ const (
|
||||
SandboxStoreService = "sandbox-store-service"
|
||||
// SandboxControllerService is the id of Sandbox's controller service
|
||||
SandboxControllerService = "sandbox-controller-service"
|
||||
// Streaming service is the id of the streaming service
|
||||
StreamingService = "streaming-service"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user