mirror of
https://github.com/docker/compose.git
synced 2026-08-27 03:45:29 +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
|
|
@ -22,7 +22,6 @@ import (
|
|||
|
||||
"github.com/docker/compose-cli/api/client"
|
||||
"github.com/docker/compose-cli/api/config"
|
||||
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"
|
||||
|
|
@ -46,7 +45,6 @@ func Client(ctx context.Context) *client.Client {
|
|||
// Proxy implements the gRPC server and forwards the actions
|
||||
// to the right backend
|
||||
type Proxy interface {
|
||||
composev1.ComposeServer
|
||||
containersv1.ContainersServer
|
||||
streamsv1.StreamingServer
|
||||
volumesv1.VolumesServer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue