Refactor proto package + bin names
This commit is contained in:
parent
e46fe9db87
commit
2b028c694f
9 changed files with 15 additions and 15 deletions
|
@ -1,5 +1,5 @@
|
|||
syntax = "proto3";
|
||||
package internal;
|
||||
package interpreter;
|
||||
|
||||
service Unix {
|
||||
// Message send by the command gateway to the daemon
|
Reference in a new issue