helloworld.proto
This plugin interface is to demonstrate a hello world plugin example
Services
PluginGreeting
Greeting remote service saying Hello in English and Spanish
| Method Name | Request Type | Response Type | Description |
|---|---|---|---|
| Greeting | PluginHelloWorld.Request | PluginHelloWorld.Response |
Messsages
PluginHelloWorld
A wrapper logically groups other messages
PluginHelloWorld.Request
| Field | Type | Label | Description |
|---|---|---|---|
| msg | string | a message to the plugin |
PluginHelloWorld.Response
| Field | Type | Label | Description |
|---|---|---|---|
| msg | string | a response message from the plugin |
