Skip to content

Commit

Permalink
Merge pull request #11 from ichiro-its/enhancement/add-load-config-se…
Browse files Browse the repository at this point in the history
…rvice

[Enhancement] Add Load Config Service to Proto
  • Loading branch information
mbsaloka authored Jun 12, 2024
2 parents 6aa0552 + 0e28b6e commit 4070a18
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 4070a18

Please sign in to comment.