## 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](#proto.PluginHelloWorld.Request) | [PluginHelloWorld.Response](#proto.PluginHelloWorld.Response) | |
### Messsages
#### `PluginHelloWorld`
A wrapper logically groups other messages
#### `PluginHelloWorld.Request`
| Field | Type | Label | Description |
| ----- | ---- | ----- | ----------- |
| msg | [string](#string) | | a message to the plugin |
#### `PluginHelloWorld.Response`
| Field | Type | Label | Description |
| ----- | ---- | ----- | ----------- |
| msg | [string](#string) | | a response message from the plugin |