fix: remove unnecessary things

This commit is contained in:
Fabiennne
2020-03-31 11:44:48 +02:00
parent a1dbc7da8f
commit 2c5c2917f1
8 changed files with 69 additions and 334 deletions

View File

@@ -7,11 +7,6 @@ import (
"github.com/caos/zitadel/pkg/admin/api/grpc"
)
type API struct {
grpcServer grpc.Server
gateway grpc.Gateway
}
type Config struct {
GRPC grpc_util.Config
}