File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ option go_package = "github.com/lima-vm/lima/pkg/driver/external";
7
7
service Driver {
8
8
rpc Validate (google .protobuf .Empty ) returns (google .protobuf .Empty );
9
9
rpc Initialize (google .protobuf .Empty ) returns (google .protobuf .Empty );
10
- rpc CreateDisk (google .protobuf .Empty ) returns (google .protobuf .Empty );
10
+ rpc CreateDisk (google .protobuf .Empty ) returns (google .protobuf .Empty );
11
11
rpc Start (google .protobuf .Empty ) returns (stream StartResponse );
12
12
rpc Stop (google .protobuf .Empty ) returns (google .protobuf .Empty );
13
13
@@ -36,7 +36,7 @@ message InfoResponse{
36
36
}
37
37
38
38
message StartResponse {
39
- bool success = 1 ;
39
+ bool success = 1 ;
40
40
string error = 2 ;
41
41
}
42
42
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ service GuestService {
14
14
}
15
15
16
16
message Info {
17
- repeated IPPort local_ports = 1 ;
17
+ repeated IPPort local_ports = 1 ;
18
18
}
19
19
20
20
message Event {
You can’t perform that action at this time.
0 commit comments