mirror of
https://gitlab.com/mobicoop/v3/service/configuration.git
synced 2026-01-09 16:32:40 +00:00
update readme and proto
This commit is contained in:
@@ -4,7 +4,6 @@ package configuration;
|
||||
|
||||
service ConfigurationService {
|
||||
rpc Get(ConfigurationByDomainKey) returns (Configuration);
|
||||
rpc GetAll(ConfigurationFilter) returns (Configurations);
|
||||
rpc Set(Configuration) returns (ConfigurationId);
|
||||
rpc Delete(ConfigurationByDomainKey) returns (Empty);
|
||||
rpc Propagate(Empty) returns (Empty);
|
||||
@@ -24,14 +23,4 @@ message Configuration {
|
||||
string value = 4;
|
||||
}
|
||||
|
||||
message ConfigurationFilter {
|
||||
optional int32 page = 1;
|
||||
optional int32 perPage = 2;
|
||||
}
|
||||
|
||||
message Configurations {
|
||||
repeated Configuration data = 1;
|
||||
int32 total = 2;
|
||||
}
|
||||
|
||||
message Empty {}
|
||||
|
||||
Reference in New Issue
Block a user