Skip to content

Commit

Permalink
Merge pull request #227 from overmindtech/rename-config
Browse files Browse the repository at this point in the history
Renamed to configuration service
  • Loading branch information
dylanratcliffe authored Jun 20, 2024
2 parents 33ceb68 + a31352d commit 76b107f
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 76b107f

Please sign in to comment.