Plugin Manager¶
Imports¶
In Protobuf files:
import "melo/api/PluginManager.proto";
In C++ files:
#include <melo/api/PluginManager.pb.h>
Event¶
This message is used as payload for Plugin Manager Event messages.
Field |
Type |
Label |
Description |
|---|---|---|---|
added |
melo.api.plugin.Descriptor |
Plugin that has been added / updated
|
|
removed |
string |
Plugin that has been removed
|
Request¶
This message is used as payload for Plugin Manager Request messages.
Field |
Type |
Label |
Description |
|---|---|---|---|
list |
Request.List |
List plugins
|
Request.List¶
Message to list plugins
Response¶
This message is used as payload for Plugin Manager Response messages.
Field |
Type |
Label |
Description |
|---|---|---|---|
list |
Response.List |
List of plugins
|
Response.List¶
Message with list of plugins
Field |
Type |
Label |
Description |
|---|---|---|---|
plugins |
melo.api.plugin.Descriptor |
repeated |
List of plugins
|