Skip to content

Commit 2acfafe

Browse files
committed
chore: regenerate proto
1 parent b24b55c commit 2acfafe

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

internal/machine/api/pb/cluster.proto

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ service Cluster {
1212
rpc AddMachine(AddMachineRequest) returns (AddMachineResponse);
1313
rpc ListMachines(google.protobuf.Empty) returns (ListMachinesResponse);
1414
rpc UpdateMachine(UpdateMachineRequest) returns (UpdateMachineResponse);
15+
// TODO: add RemoveMachine (see stashed changes)
1516

1617
rpc ReserveDomain(ReserveDomainRequest) returns (Domain);
1718
rpc GetDomain(google.protobuf.Empty) returns (Domain);
@@ -81,7 +82,7 @@ message DNSRecord {
8182
message UpdateMachineRequest {
8283
// Machine to update
8384
string machine_id = 1;
84-
85+
8586
// Updated machine information
8687
optional string name = 2;
8788
optional IP public_ip = 3;

internal/machine/api/pb/machine.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ service Machine {
1414
rpc JoinCluster(JoinClusterRequest) returns (google.protobuf.Empty);
1515
rpc Token(google.protobuf.Empty) returns (TokenResponse);
1616
rpc Inspect(google.protobuf.Empty) returns (MachineInfo);
17-
// Reset restores the machine to a clean state, removing all cluster-related сonfiguration and data.
17+
// Reset restores the machine to a clean state, removing all cluster-related configuration and data.
1818
rpc Reset(ResetRequest) returns (google.protobuf.Empty);
1919

2020
rpc InspectService(InspectServiceRequest) returns (InspectServiceResponse);

internal/machine/api/pb/machine_grpc.pb.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)