refactor: add unified all service gateway
This commit is contained in:
@@ -12,10 +12,10 @@ import "module/base/cloud/proto/share.proto";
|
||||
|
||||
service Space {
|
||||
// 获取空间数据
|
||||
rpc Get(blocks.Empty) returns (CloudSpace);
|
||||
rpc Get(base_cloud_blocks.Empty) returns (CloudSpace);
|
||||
|
||||
// 获取空间数据
|
||||
rpc GetByKeyIdentifier(blocks.IdentRequest) returns (CloudSpace);
|
||||
rpc GetByKeyIdentifier(base_cloud_blocks.IdentRequest) returns (CloudSpace);
|
||||
}
|
||||
|
||||
// 系统统计和配置模型
|
||||
|
||||
Reference in New Issue
Block a user