Skip to content

Commit

Permalink
Renamed to configuration service
Browse files Browse the repository at this point in the history
This avoids clashes in the complied code with the service with the same name in `cli`
  • Loading branch information
dylanratcliffe committed Jun 20, 2024
1 parent 33ceb68 commit a31352d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.proto
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package config;
option go_package = "github.com/overmindtech/sdp-go;sdp";

// a simple key-value store to store configuration data for accounts and users (TODO)
service ConfigService {
service ConfigurationService {
// Get the account config for the user's account
rpc GetAccountConfig(GetAccountConfigRequest) returns (GetAccountConfigResponse);
// Update the account config for the user's account
Expand Down

0 comments on commit a31352d

Please sign in to comment.