snap_plugin.v1.plugin_proxy module¶
-
class
snap_plugin.v1.plugin_proxy.
PluginProxy
(plugin)¶ Bases:
object
Dispatches requests to the plugins implementation
-
GetConfigPolicy
(request, context)¶ Dispatches the request to the plugins get_config_policy method
-
Kill
(request, context)¶ Responds to kill request by stopping the gRPC server
-
Ping
(request, context)¶ Responds to ping request
-