We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9353b0b commit 9228097Copy full SHA for 9228097
proto/lekko/backend/v1beta1/distribution_service.proto
@@ -16,6 +16,7 @@ syntax = "proto3";
16
17
package lekko.backend.v1beta1;
18
19
+import "google/protobuf/descriptor.proto";
20
import "google/protobuf/timestamp.proto";
21
import "lekko/feature/v1beta1/feature.proto";
22
@@ -65,6 +66,7 @@ message GetRepositoryContentsRequest {
65
66
message GetRepositoryContentsResponse {
67
string commit_sha = 1;
68
repeated Namespace namespaces = 2;
69
+ google.protobuf.FileDescriptorSet file_descriptor_set = 3;
70
}
71
72
message Namespace {
0 commit comments