Skip to content

Commit

Permalink
comment cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mastermanu committed Mar 13, 2024
1 parent 45c4d09 commit c622166
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions temporal/api/cloud/cloudservice/v1/service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ service CloudService {
};
}

// Gets all known nexus incoming services
// Gets all known incoming services
rpc GetIncomingServices(GetIncomingServicesRequest) returns (GetIncomingServicesResponse) {
option (google.api.http) = {
get: "/api/v1/nexus/incomingservices",
Expand Down Expand Up @@ -156,7 +156,7 @@ service CloudService {
};
}

// Gets all known nexus outgoing services for a given namespace
// Gets all outgoing services for a namespace
rpc GetOutgoingServices(GetOutgoingServicesRequest) returns (GetOutgoingServicesResponse) {
option (google.api.http) = {
get: "/api/v1/namespaces/{namespace}/nexus/outgoingservices",
Expand Down

0 comments on commit c622166

Please sign in to comment.