mirror of
https://github.com/docker/compose.git
synced 2026-08-31 23:03:55 +00:00
remove obsolete compose grpc service
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
This commit is contained in:
parent
89a1a27f80
commit
a2ff974ac6
7 changed files with 0 additions and 1313 deletions
|
|
@ -24,7 +24,6 @@ import (
|
|||
"github.com/spf13/cobra"
|
||||
|
||||
"github.com/docker/compose-cli/cli/server"
|
||||
composev1 "github.com/docker/compose-cli/cli/server/protos/compose/v1"
|
||||
containersv1 "github.com/docker/compose-cli/cli/server/protos/containers/v1"
|
||||
contextsv1 "github.com/docker/compose-cli/cli/server/protos/contexts/v1"
|
||||
streamsv1 "github.com/docker/compose-cli/cli/server/protos/streams/v1"
|
||||
|
|
@ -65,7 +64,6 @@ func runServe(ctx context.Context, opts serveOpts) error {
|
|||
|
||||
p := proxy.New(ctx)
|
||||
|
||||
composev1.RegisterComposeServer(s, p)
|
||||
containersv1.RegisterContainersServer(s, p)
|
||||
contextsv1.RegisterContextsServer(s, p.ContextsProxy())
|
||||
streamsv1.RegisterStreamingServer(s, p)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue