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 6aa0552 commit 0e28b6e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions proto/ninshiki.proto
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ service Config {
rpc SaveColorSetting (ConfigColor) returns (Empty) {}

rpc SetColorSetting (ColorSetting) returns (Empty) {}

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

message Empty {}
Expand Down

0 comments on commit 0e28b6e

Please sign in to comment.