Hi Jay, Brian

On 09/03/2010, at 9:04 AM, Jay Pipes wrote:
++

Diddums. Makes sense.


message PluginDescriptor
{
 message PluginOption
 {
   required string key;
   required string value;
 }
 enum License
 {
   GPL;
   LGPL;
   BSD;
   MIT;

PD

   OTHER;
 }
 required string author = 1;
 required License license = 2;
 required string description = 3;
 repeated PluginOption option;
}

for a start at least ;)

-jay


On Mon, Mar 8, 2010 at 5:53 PM, Brian Aker <[email protected]> wrote:
Hi!

What would folks think about having plugins return a protobuf message saying
"this is me"?

We have LICENSE, Author, etc... and I suspect we will continue to extend it.

Thoughts? Love it? Hate it?



--
Arjen Lentz, Exec.Director @ Open Query (http://openquery.com)
Exceptional Services for MySQL at a fixed budget.

Follow our blog at http://openquery.com/blog/
OurDelta: packages for MySQL and MariaDB @ http://ourdelta.org










_______________________________________________
Mailing list: https://launchpad.net/~drizzle-discuss
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~drizzle-discuss
More help   : https://help.launchpad.net/ListHelp

Reply via email to