Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
passichenko committed Oct 17, 2023
1 parent 1f4e9b0 commit 8687d0a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions proto/lekko/feature/v1beta1/feature.proto
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ syntax = "proto3";
package lekko.feature.v1beta1;

import "google/protobuf/any.proto";
import "google/protobuf/struct.proto";
import "lekko/rules/v1beta2/rules.proto";
import "lekko/rules/v1beta3/rules.proto";

Expand All @@ -30,6 +31,7 @@ message Feature {
string description = 2;
Tree tree = 3;
FeatureType type = 4;
google.protobuf.Value metadata = 7;
}

// Enumerates the canonical types that lekko supports
Expand Down

0 comments on commit 8687d0a

Please sign in to comment.