Skip to content

Commit

Permalink
fix: change proto
Browse files Browse the repository at this point in the history
  • Loading branch information
ZigBalthazar committed Dec 12, 2024
1 parent 8f50850 commit ef2c254
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/modules/grpc/proto/kraken.proto
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ syntax = "proto3";
package kraken;

// Service definition
service KrakenServiceRegistryService {
service ServiceRegistry {
rpc registerService (registerServiceRequest) returns (registerServiceResponse) {}
}

service KrakenConfigService {
service Config {
rpc getConfig (EmptyRequest) returns (getConfigResponse) {}
}

service KrakenLogService {
service Log {
rpc addLog (addLogRequest) returns (addLogResponse) {}
}

Expand Down

0 comments on commit ef2c254

Please sign in to comment.