Skip to content

Commit

Permalink
feat: publish config service
Browse files Browse the repository at this point in the history
  • Loading branch information
FaaizHaikal committed Aug 17, 2023
1 parent 82d6b0e commit 56bfc40
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions proto/aruku.proto
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ service Config {

rpc SaveConfig (ConfigWalking) returns (Empty) {}

rpc PublishConfig (ConfigWalking) returns (Empty){}

rpc SetMainConfig (SetWalking) returns (Empty) {}
}

Expand Down

0 comments on commit 56bfc40

Please sign in to comment.