From 5014bd33be0cd549cf6d21c1a40e5b459e20f6f9 Mon Sep 17 00:00:00 2001 From: umanggoyald11 Date: Wed, 18 Sep 2024 17:55:23 +0530 Subject: [PATCH] Feat: Add describe component --- proto/dream11/od/component/v1/component.proto | 2 -- proto/dream11/od/dto/v1/service.proto | 1 - 2 files changed, 3 deletions(-) diff --git a/proto/dream11/od/component/v1/component.proto b/proto/dream11/od/component/v1/component.proto index 9fd92fda..307caac0 100644 --- a/proto/dream11/od/component/v1/component.proto +++ b/proto/dream11/od/component/v1/component.proto @@ -8,7 +8,6 @@ option go_package = "github.com/dream11/odin/proto/gen/go/dream11/od/component/v service ComponentService { rpc ListComponentType(ListComponentTypeRequest) returns (ListComponentTypeResponse) {} rpc DescribeComponentType(DescribeComponentTypeRequest) returns (DescribeComponentTypeResponse) {} - } message ListComponentTypeRequest { @@ -27,4 +26,3 @@ message DescribeComponentTypeRequest { message DescribeComponentTypeResponse { dream11.od.dto.v1.Component component = 1; } - diff --git a/proto/dream11/od/dto/v1/service.proto b/proto/dream11/od/dto/v1/service.proto index 52839f42..fd3a4df9 100644 --- a/proto/dream11/od/dto/v1/service.proto +++ b/proto/dream11/od/dto/v1/service.proto @@ -76,4 +76,3 @@ message Service { repeated google.protobuf.Struct provisioning_config_files = 8; repeated string versions = 9; } -