Skip to content

Commit 9228097

Browse files
add fds to ds rc (#393)
1 parent 9353b0b commit 9228097

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

proto/lekko/backend/v1beta1/distribution_service.proto

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ syntax = "proto3";
1616

1717
package lekko.backend.v1beta1;
1818

19+
import "google/protobuf/descriptor.proto";
1920
import "google/protobuf/timestamp.proto";
2021
import "lekko/feature/v1beta1/feature.proto";
2122

@@ -65,6 +66,7 @@ message GetRepositoryContentsRequest {
6566
message GetRepositoryContentsResponse {
6667
string commit_sha = 1;
6768
repeated Namespace namespaces = 2;
69+
google.protobuf.FileDescriptorSet file_descriptor_set = 3;
6870
}
6971

7072
message Namespace {

0 commit comments

Comments
 (0)