Skip to content

Commit 464d13a

Browse files
authored
Merge pull request #503 from docker/feat/list-api
feat: add configurable field to list API
2 parents 37ac7a7 + 731884e commit 464d13a

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)