Skip to content

Commit

Permalink
Feat: Add describe component
Browse files Browse the repository at this point in the history
  • Loading branch information
umanggoyald11 committed Sep 18, 2024
1 parent e3aeda6 commit 5014bd3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions proto/dream11/od/component/v1/component.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand All @@ -27,4 +26,3 @@ message DescribeComponentTypeRequest {
message DescribeComponentTypeResponse {
dream11.od.dto.v1.Component component = 1;
}

1 change: 0 additions & 1 deletion proto/dream11/od/dto/v1/service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,3 @@ message Service {
repeated google.protobuf.Struct provisioning_config_files = 8;
repeated string versions = 9;
}

0 comments on commit 5014bd3

Please sign in to comment.