From a31352de34acc43748509a5fb3b9043a1ce04fe6 Mon Sep 17 00:00:00 2001 From: Dylan Ratcliffe Date: Thu, 20 Jun 2024 13:21:28 +0000 Subject: [PATCH] Renamed to configuration service This avoids clashes in the complied code with the service with the same name in `cli` --- config.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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