Skip to content

Commit

Permalink
Adding streaming to list plugin rpc
Browse files Browse the repository at this point in the history
  • Loading branch information
alshabib committed Jan 14, 2025
1 parent 243cd44 commit 7055a98
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 40 deletions.
24 changes: 12 additions & 12 deletions containerz/containerz.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion containerz/containerz.proto
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ service Containerz {
rpc StopPlugin(StopPluginRequest) returns (StopPluginResponse) {}

// ListPlugins lists the plugins as specified by the request.
rpc ListPlugins(ListPluginsRequest) returns (ListPluginsResponse) {}
rpc ListPlugins(ListPluginsRequest) returns (stream ListPluginsResponse) {}

// RemovePlugin deletes the plugin from the system. If the plugin
// does not exist this operation is a no-op.
Expand Down
81 changes: 54 additions & 27 deletions containerz/containerz_grpc.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7055a98

Please sign in to comment.