Metadata describes the plugin's type, version, etc. (This metadata type is the converted and plugin version independented in-memory representation of the plugin.yaml file)
()
| 31 | // Metadata describes the plugin's type, version, etc. |
| 32 | // (This metadata type is the converted and plugin version independented in-memory representation of the plugin.yaml file) |
| 33 | Metadata() Metadata |
| 34 | |
| 35 | // Invoke takes the given input, and dispatches the contents to plugin instance |
| 36 | // The input is expected to be a JSON-serializable object, which the plugin will interpret according to its type |
no outgoing calls