Skip to content

Commit

Permalink
feat: add proto load config
Browse files Browse the repository at this point in the history
  • Loading branch information
mbsaloka committed Jun 11, 2024
1 parent 24ab058 commit 227f5b0
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 @@ -12,6 +12,8 @@ service Config {
rpc SetMainConfig (SetWalking) returns (Empty) {}

rpc SetAppStatus (AppStatus) returns (Empty) {}

rpc LoadConfig (Empty) returns (Empty) {}
}

message Empty {}
Expand Down

0 comments on commit 227f5b0

Please sign in to comment.