Skip to content

Instantly share code, notes, and snippets.

@maniankara
Last active August 12, 2018 14:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maniankara/3759539f8c134840943938e3f42b892f to your computer and use it in GitHub Desktop.
Save maniankara/3759539f8c134840943938e3f42b892f to your computer and use it in GitHub Desktop.
service Identity {
// return the version and name of the plugin
rpc GetPluginInfo(GetPluginInfoRequest)
returns (GetPluginInfoResponse) {}
// reports whether the plugin has the ability of serving the Controller interface
rpc GetPluginCapabilities(GetPluginCapabilitiesRequest)
returns (GetPluginCapabilitiesResponse) {}
// called by the CO just to check whether the plugin is running or not
rpc Probe (ProbeRequest)
returns (ProbeResponse) {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment