proto modify

This commit is contained in:
root
2023-02-28 17:17:21 +08:00
parent 82c3f871f4
commit 9ecd43af73
11 changed files with 2616 additions and 11738 deletions
+35 -29
View File
@@ -36,7 +36,7 @@ func (m *UserTokenReq) Reset() { *m = UserTokenReq{} }
func (m *UserTokenReq) String() string { return proto.CompactTextString(m) }
func (*UserTokenReq) ProtoMessage() {}
func (*UserTokenReq) Descriptor() ([]byte, []int) {
return fileDescriptor_auth_750060e22d9d752f, []int{0}
return fileDescriptor_auth_46440b04180edb10, []int{0}
}
func (m *UserTokenReq) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_UserTokenReq.Unmarshal(m, b)
@@ -82,7 +82,7 @@ func (m *UserTokenResp) Reset() { *m = UserTokenResp{} }
func (m *UserTokenResp) String() string { return proto.CompactTextString(m) }
func (*UserTokenResp) ProtoMessage() {}
func (*UserTokenResp) Descriptor() ([]byte, []int) {
return fileDescriptor_auth_750060e22d9d752f, []int{1}
return fileDescriptor_auth_46440b04180edb10, []int{1}
}
func (m *UserTokenResp) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_UserTokenResp.Unmarshal(m, b)
@@ -128,7 +128,7 @@ func (m *ForceLogoutReq) Reset() { *m = ForceLogoutReq{} }
func (m *ForceLogoutReq) String() string { return proto.CompactTextString(m) }
func (*ForceLogoutReq) ProtoMessage() {}
func (*ForceLogoutReq) Descriptor() ([]byte, []int) {
return fileDescriptor_auth_750060e22d9d752f, []int{2}
return fileDescriptor_auth_46440b04180edb10, []int{2}
}
func (m *ForceLogoutReq) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_ForceLogoutReq.Unmarshal(m, b)
@@ -172,7 +172,7 @@ func (m *ForceLogoutResp) Reset() { *m = ForceLogoutResp{} }
func (m *ForceLogoutResp) String() string { return proto.CompactTextString(m) }
func (*ForceLogoutResp) ProtoMessage() {}
func (*ForceLogoutResp) Descriptor() ([]byte, []int) {
return fileDescriptor_auth_750060e22d9d752f, []int{3}
return fileDescriptor_auth_46440b04180edb10, []int{3}
}
func (m *ForceLogoutResp) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_ForceLogoutResp.Unmarshal(m, b)
@@ -203,7 +203,7 @@ func (m *ParseTokenReq) Reset() { *m = ParseTokenReq{} }
func (m *ParseTokenReq) String() string { return proto.CompactTextString(m) }
func (*ParseTokenReq) ProtoMessage() {}
func (*ParseTokenReq) Descriptor() ([]byte, []int) {
return fileDescriptor_auth_750060e22d9d752f, []int{4}
return fileDescriptor_auth_46440b04180edb10, []int{4}
}
func (m *ParseTokenReq) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_ParseTokenReq.Unmarshal(m, b)
@@ -243,7 +243,7 @@ func (m *ParseTokenResp) Reset() { *m = ParseTokenResp{} }
func (m *ParseTokenResp) String() string { return proto.CompactTextString(m) }
func (*ParseTokenResp) ProtoMessage() {}
func (*ParseTokenResp) Descriptor() ([]byte, []int) {
return fileDescriptor_auth_750060e22d9d752f, []int{5}
return fileDescriptor_auth_46440b04180edb10, []int{5}
}
func (m *ParseTokenResp) XXX_Unmarshal(b []byte) error {
return xxx_messageInfo_ParseTokenResp.Unmarshal(m, b)
@@ -304,8 +304,11 @@ const _ = grpc.SupportPackageIsVersion4
// Client API for Auth service
type AuthClient interface {
// 生成token
UserToken(ctx context.Context, in *UserTokenReq, opts ...grpc.CallOption) (*UserTokenResp, error)
// 强制退出登录
ForceLogout(ctx context.Context, in *ForceLogoutReq, opts ...grpc.CallOption) (*ForceLogoutResp, error)
// 解析token
ParseToken(ctx context.Context, in *ParseTokenReq, opts ...grpc.CallOption) (*ParseTokenResp, error)
}
@@ -347,8 +350,11 @@ func (c *authClient) ParseToken(ctx context.Context, in *ParseTokenReq, opts ...
// Server API for Auth service
type AuthServer interface {
// 生成token
UserToken(context.Context, *UserTokenReq) (*UserTokenResp, error)
// 强制退出登录
ForceLogout(context.Context, *ForceLogoutReq) (*ForceLogoutResp, error)
// 解析token
ParseToken(context.Context, *ParseTokenReq) (*ParseTokenResp, error)
}
@@ -431,29 +437,29 @@ var _Auth_serviceDesc = grpc.ServiceDesc{
Metadata: "auth/auth.proto",
}
func init() { proto.RegisterFile("auth/auth.proto", fileDescriptor_auth_750060e22d9d752f) }
func init() { proto.RegisterFile("auth/auth.proto", fileDescriptor_auth_46440b04180edb10) }
var fileDescriptor_auth_750060e22d9d752f = []byte{
var fileDescriptor_auth_46440b04180edb10 = []byte{
// 335 bytes of a gzipped FileDescriptorProto
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x52, 0x5d, 0x4b, 0x02, 0x51,
0x10, 0xe5, 0xe6, 0x07, 0x39, 0xa5, 0xe2, 0xc5, 0x4c, 0x16, 0x2a, 0x59, 0x88, 0x7c, 0x48, 0x17,
0xea, 0x25, 0x10, 0x82, 0x42, 0xa2, 0x85, 0x24, 0x58, 0x7d, 0xea, 0x25, 0xfc, 0x18, 0x3f, 0x30,
0xbd, 0xd3, 0x9d, 0xdd, 0xec, 0xcf, 0xf5, 0xdf, 0x62, 0x5d, 0xdd, 0xae, 0xb4, 0x3d, 0xf5, 0xb2,
0x30, 0x67, 0xcf, 0x9d, 0x73, 0xce, 0xcc, 0x40, 0xb1, 0x1f, 0xf8, 0x53, 0x27, 0xfc, 0x34, 0x49,
0x2b, 0x5f, 0xc9, 0x2c, 0x0d, 0xee, 0x02, 0x7f, 0x6a, 0x5d, 0x3c, 0x13, 0x2e, 0x1b, 0x6e, 0xa7,
0xd1, 0x45, 0xfd, 0x81, 0xda, 0xa1, 0xf9, 0xc4, 0x59, 0x33, 0x1c, 0x1e, 0xcd, 0x57, 0xec, 0xac,
0x38, 0x7a, 0x60, 0x3f, 0xc0, 0x61, 0xc0, 0xa8, 0x7b, 0x6a, 0x8e, 0x4b, 0x0f, 0xdf, 0xe5, 0x29,
0x00, 0xbd, 0xf5, 0xfd, 0xb1, 0xd2, 0x0b, 0xb7, 0x5d, 0x15, 0x35, 0x51, 0xcf, 0x78, 0x06, 0x22,
0x2b, 0x90, 0x0d, 0xf9, 0x6e, 0xbb, 0xba, 0x57, 0x13, 0xf5, 0x9c, 0xb7, 0xa9, 0xec, 0x2e, 0xe4,
0x8d, 0x3e, 0x4c, 0xb2, 0x0c, 0x19, 0x3f, 0x2c, 0x36, 0xbc, 0xa8, 0x90, 0x97, 0x50, 0xc2, 0x4f,
0x9a, 0x69, 0xec, 0xcd, 0x16, 0xd8, 0xc5, 0xa1, 0x5a, 0x8e, 0xb8, 0x9a, 0xaa, 0x89, 0x7a, 0xca,
0xfb, 0xfd, 0xc3, 0x7e, 0x84, 0xc2, 0x58, 0xe9, 0x21, 0x3e, 0xa9, 0x89, 0x0a, 0xfc, 0xff, 0xd8,
0x2b, 0x41, 0x71, 0xa7, 0x13, 0x93, 0x7d, 0x0e, 0x79, 0xea, 0x6b, 0xc6, 0x38, 0x7a, 0xec, 0x58,
0x18, 0x8e, 0x6d, 0x0d, 0x05, 0x93, 0xc6, 0x64, 0x68, 0x08, 0x53, 0x43, 0x5a, 0xb0, 0xbf, 0x75,
0xb2, 0x51, 0x8f, 0xeb, 0xe4, 0xdc, 0xe9, 0x3f, 0x72, 0x5f, 0x7d, 0x09, 0x48, 0x87, 0x6b, 0x94,
0x37, 0x90, 0x8b, 0xa7, 0x2a, 0xcb, 0xcd, 0x68, 0xb9, 0x4d, 0x73, 0x61, 0xd6, 0x51, 0x02, 0xca,
0x24, 0x6f, 0xe1, 0xc0, 0x08, 0x2c, 0x2b, 0x5b, 0xd6, 0xee, 0x3c, 0xad, 0xe3, 0x44, 0x9c, 0x49,
0xb6, 0x00, 0x7e, 0x62, 0xcb, 0x58, 0x64, 0x67, 0x62, 0x56, 0x25, 0x09, 0x66, 0xba, 0x3f, 0x7b,
0x39, 0x09, 0xef, 0xef, 0xd5, 0xed, 0x18, 0x87, 0x17, 0x5e, 0x69, 0x2b, 0xe2, 0x0f, 0xb2, 0x6b,
0xe8, 0xfa, 0x3b, 0x00, 0x00, 0xff, 0xff, 0xaf, 0xd6, 0xd6, 0x96, 0xc0, 0x02, 0x00, 0x00,
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x52, 0xdd, 0x4b, 0x3a, 0x51,
0x10, 0xe5, 0xfe, 0xfc, 0xe0, 0xe7, 0x94, 0x8a, 0x17, 0x33, 0x59, 0x42, 0x64, 0x21, 0xf2, 0x21,
0x5d, 0xa8, 0x97, 0x40, 0x08, 0x0a, 0x89, 0x16, 0x92, 0x60, 0xf5, 0xa9, 0x37, 0x3f, 0xc6, 0x0f,
0x4c, 0xef, 0x74, 0x67, 0x37, 0xfb, 0xe7, 0xfa, 0xdf, 0x62, 0x5d, 0xdd, 0xee, 0xd2, 0xf6, 0xd4,
0xcb, 0xc2, 0x9c, 0x3d, 0x77, 0xce, 0x39, 0x33, 0x03, 0xe5, 0x51, 0xe0, 0x2f, 0x9c, 0xf0, 0xd3,
0x21, 0xad, 0x7c, 0x25, 0xf3, 0x34, 0xbe, 0x0b, 0xfc, 0x85, 0x75, 0xf1, 0x4c, 0xb8, 0x69, 0xbb,
0xfd, 0xf6, 0x00, 0xf5, 0x3b, 0x6a, 0x87, 0x56, 0x73, 0x67, 0xc7, 0x70, 0x78, 0xba, 0xda, 0xb2,
0xb3, 0xe5, 0xe8, 0x81, 0xfd, 0x00, 0xc7, 0x01, 0xa3, 0x1e, 0xaa, 0x15, 0x6e, 0x3c, 0x7c, 0x93,
0x0d, 0x00, 0x7a, 0x1d, 0xf9, 0x33, 0xa5, 0xd7, 0x6e, 0xaf, 0x2e, 0x9a, 0xa2, 0x95, 0xf3, 0x0c,
0x44, 0xd6, 0x20, 0x1f, 0xf2, 0xdd, 0x5e, 0xfd, 0x5f, 0x53, 0xb4, 0x0a, 0xde, 0xbe, 0xb2, 0x07,
0x50, 0x34, 0xfa, 0x30, 0xc9, 0x2a, 0xe4, 0xfc, 0xb0, 0xd8, 0xf3, 0xa2, 0x42, 0x5e, 0x42, 0x05,
0x3f, 0x68, 0xa9, 0x71, 0xb8, 0x5c, 0xe3, 0x00, 0x27, 0x6a, 0x33, 0xe5, 0x7a, 0xa6, 0x29, 0x5a,
0x19, 0xef, 0xe7, 0x0f, 0xfb, 0x11, 0x4a, 0x33, 0xa5, 0x27, 0xf8, 0xa4, 0xe6, 0x2a, 0xf0, 0xff,
0x62, 0xaf, 0x02, 0xe5, 0x44, 0x27, 0x26, 0xfb, 0x1c, 0x8a, 0x34, 0xd2, 0x8c, 0x71, 0xf4, 0xd8,
0xb1, 0x30, 0x1c, 0xdb, 0x1a, 0x4a, 0x26, 0x8d, 0xc9, 0xd0, 0x10, 0xa6, 0x86, 0xb4, 0xe0, 0xff,
0xc1, 0xc9, 0x5e, 0x3d, 0xae, 0xd3, 0x73, 0x67, 0x7f, 0xc9, 0x7d, 0xf5, 0x29, 0x20, 0x1b, 0xae,
0x51, 0xde, 0x40, 0x21, 0x9e, 0xaa, 0xac, 0x76, 0xa2, 0xe5, 0x76, 0xcc, 0x85, 0x59, 0x27, 0x29,
0x28, 0x93, 0xbc, 0x85, 0x23, 0x23, 0xb0, 0xac, 0x1d, 0x58, 0xc9, 0x79, 0x5a, 0xa7, 0xa9, 0x38,
0x93, 0xec, 0x02, 0x7c, 0xc7, 0x96, 0xb1, 0x48, 0x62, 0x62, 0x56, 0x2d, 0x0d, 0x66, 0xba, 0x6f,
0xbc, 0x9c, 0x85, 0xf7, 0xe7, 0xf6, 0x8d, 0xbb, 0x0b, 0x8f, 0xb4, 0x1b, 0xd1, 0xc7, 0xf9, 0x1d,
0x74, 0xfd, 0x15, 0x00, 0x00, 0xff, 0xff, 0xca, 0x31, 0xc3, 0x2c, 0xbf, 0x02, 0x00, 0x00,
}