mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-09-21 13:34:48 -04:00
Update proto files to v2
This commit is contained in:
parent
97ef965a80
commit
53c8c9e9a6
12 changed files with 28 additions and 26 deletions
|
@ -2,7 +2,7 @@ syntax = "proto3";
|
|||
|
||||
package init;
|
||||
|
||||
option go_package = "github.com/edgelesssys/constellation/bootstrapper/initproto";
|
||||
option go_package = "github.com/edgelesssys/constellation/v2/bootstrapper/initproto";
|
||||
|
||||
service API {
|
||||
rpc Init(InitRequest) returns (InitResponse);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue