Skip to content

Commit 97e12d0

Browse files
committed
update community-cluster
1 parent 9c7c175 commit 97e12d0

File tree

14 files changed

+824
-1287
lines changed

14 files changed

+824
-1287
lines changed

8_community-cluster/community_gw/api/community_gw/v1/user_gw.pb.go

+230-374
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

8_community-cluster/community_gw/api/community_gw/v1/user_gw.pb.validate.go

-217
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

8_community-cluster/community_gw/api/community_gw/v1/user_gw.proto

-11
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,6 @@ service UserService {
8686
}
8787
};
8888
}
89-
// 检查登录状态
90-
rpc CheckLogin(CheckLoginRequest) returns (CheckLoginReply) {}
9189
// 更新用户
9290
rpc UpdateByID(UpdateUserByIDRequest) returns (UpdateUserByIDReply) {
9391
option (google.api.http) = {
@@ -179,15 +177,6 @@ message LogoutRequest {
179177
string token = 2 [(validate.rules).string.min_len = 20];
180178
}
181179

182-
message CheckLoginRequest {
183-
uint64 id = 1 [(validate.rules).uint64.gte = 1];
184-
}
185-
186-
message CheckLoginReply {
187-
bool isLogin = 1; // true:已登录, false:未登录
188-
string tokenTails = 2; // token尾部10字节
189-
}
190-
191180
message LogoutReply {
192181
}
193182

8_community-cluster/community_gw/api/community_gw/v1/user_gw_grpc.pb.go

+2-36
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

8_community-cluster/community_gw/api/community_gw/v1/user_gw_router.pb.go

-28
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)