diff --git a/config.proto b/config.proto index 96cad08..82c5981 100644 --- a/config.proto +++ b/config.proto @@ -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