2020-03-27 13:57:16 +01:00

8 lines
106 B
Go

package api
import "github.com/caos/zitadel/internal/api/grpc"
type Config struct {
GRPC grpc.Config
}