sophia 8e6dcac43e
Refactor myplugin
- add mappers for command options
- move communincator and prots into their own modules
2022-04-25 12:26:07 -05:00

13 lines
198 B
Protocol Buffer

syntax = "proto3";
package myplugin;
option go_package = "vagrant-ruby/builtin/myplugin/proto";
message UpResult {}
message CommunicatorOptions {
string keep_alive = 1;
int64 timeout = 2;
}