Skip to content

Commit 731884e

Browse files
committed
feat: add configurable field to list API
Signed-off-by: Johannes Großmann <grossmann.johannes@t-online.de>
1 parent b18f644 commit 731884e

File tree

2 files changed

+53
-19
lines changed

2 files changed

+53
-19
lines changed

x/api/resolver/v1/api.pb.go

Lines changed: 51 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

x/api/resolver/v1/api.proto

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ message Plugin {
5858
string pattern = 3;
5959
// External vs builtin
6060
bool external = 4;
61+
// Configurable
62+
bool configurable = 5;
6163
}
6264

6365
message ListPluginsRequest {}

0 commit comments

Comments
 (0)