自动生成 protobuf 代码 (tag: v1.9.0)

This commit is contained in:
sky
2025-09-07 20:38:57 +08:00
parent 07182b7a81
commit 9a503df460
15 changed files with 607 additions and 606 deletions

View File

@@ -0,0 +1,92 @@
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.36.7
// protoc (unknown)
// source: corestack/user/v1/service.proto
package userv1
import (
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
reflect "reflect"
unsafe "unsafe"
)
const (
// Verify that this generated code is sufficiently up-to-date.
_ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
// Verify that runtime/protoimpl is sufficiently up-to-date.
_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
)
var File_corestack_user_v1_service_proto protoreflect.FileDescriptor
const file_corestack_user_v1_service_proto_rawDesc = "" +
"\n" +
"\x1fcorestack/user/v1/service.proto\x12\x11corestack.user.v1\x1a\x1ccorestack/user/v1/user.proto2\xcd\x04\n" +
"\vUserService\x12\\\n" +
"\vSetPassword\x12%.corestack.user.v1.SetPasswordRequest\x1a&.corestack.user.v1.SetPasswordResponse\x12P\n" +
"\aSetName\x12!.corestack.user.v1.SetNameRequest\x1a\".corestack.user.v1.SetNameResponse\x12q\n" +
"\x12GetAvatarUploadURL\x12,.corestack.user.v1.GetAvatarUploadURLRequest\x1a-.corestack.user.v1.GetAvatarUploadURLResponse\x12V\n" +
"\tSetAvatar\x12#.corestack.user.v1.SetAvatarRequest\x1a$.corestack.user.v1.SetAvatarResponse\x12e\n" +
"\x0eSetDescription\x12(.corestack.user.v1.SetDescriptionRequest\x1a).corestack.user.v1.SetDescriptionResponse\x12\\\n" +
"\vGetUserInfo\x12%.corestack.user.v1.GetUserInfoRequest\x1a&.corestack.user.v1.GetUserInfoResponseB;Z9git.shenxianhe.cn/shenxianhe/sdk/corestack/user/v1;userv1b\x06proto3"
var file_corestack_user_v1_service_proto_goTypes = []any{
(*SetPasswordRequest)(nil), // 0: corestack.user.v1.SetPasswordRequest
(*SetNameRequest)(nil), // 1: corestack.user.v1.SetNameRequest
(*GetAvatarUploadURLRequest)(nil), // 2: corestack.user.v1.GetAvatarUploadURLRequest
(*SetAvatarRequest)(nil), // 3: corestack.user.v1.SetAvatarRequest
(*SetDescriptionRequest)(nil), // 4: corestack.user.v1.SetDescriptionRequest
(*GetUserInfoRequest)(nil), // 5: corestack.user.v1.GetUserInfoRequest
(*SetPasswordResponse)(nil), // 6: corestack.user.v1.SetPasswordResponse
(*SetNameResponse)(nil), // 7: corestack.user.v1.SetNameResponse
(*GetAvatarUploadURLResponse)(nil), // 8: corestack.user.v1.GetAvatarUploadURLResponse
(*SetAvatarResponse)(nil), // 9: corestack.user.v1.SetAvatarResponse
(*SetDescriptionResponse)(nil), // 10: corestack.user.v1.SetDescriptionResponse
(*GetUserInfoResponse)(nil), // 11: corestack.user.v1.GetUserInfoResponse
}
var file_corestack_user_v1_service_proto_depIdxs = []int32{
0, // 0: corestack.user.v1.UserService.SetPassword:input_type -> corestack.user.v1.SetPasswordRequest
1, // 1: corestack.user.v1.UserService.SetName:input_type -> corestack.user.v1.SetNameRequest
2, // 2: corestack.user.v1.UserService.GetAvatarUploadURL:input_type -> corestack.user.v1.GetAvatarUploadURLRequest
3, // 3: corestack.user.v1.UserService.SetAvatar:input_type -> corestack.user.v1.SetAvatarRequest
4, // 4: corestack.user.v1.UserService.SetDescription:input_type -> corestack.user.v1.SetDescriptionRequest
5, // 5: corestack.user.v1.UserService.GetUserInfo:input_type -> corestack.user.v1.GetUserInfoRequest
6, // 6: corestack.user.v1.UserService.SetPassword:output_type -> corestack.user.v1.SetPasswordResponse
7, // 7: corestack.user.v1.UserService.SetName:output_type -> corestack.user.v1.SetNameResponse
8, // 8: corestack.user.v1.UserService.GetAvatarUploadURL:output_type -> corestack.user.v1.GetAvatarUploadURLResponse
9, // 9: corestack.user.v1.UserService.SetAvatar:output_type -> corestack.user.v1.SetAvatarResponse
10, // 10: corestack.user.v1.UserService.SetDescription:output_type -> corestack.user.v1.SetDescriptionResponse
11, // 11: corestack.user.v1.UserService.GetUserInfo:output_type -> corestack.user.v1.GetUserInfoResponse
6, // [6:12] is the sub-list for method output_type
0, // [0:6] is the sub-list for method input_type
0, // [0:0] is the sub-list for extension type_name
0, // [0:0] is the sub-list for extension extendee
0, // [0:0] is the sub-list for field type_name
}
func init() { file_corestack_user_v1_service_proto_init() }
func file_corestack_user_v1_service_proto_init() {
if File_corestack_user_v1_service_proto != nil {
return
}
file_corestack_user_v1_user_proto_init()
type x struct{}
out := protoimpl.TypeBuilder{
File: protoimpl.DescBuilder{
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
RawDescriptor: unsafe.Slice(unsafe.StringData(file_corestack_user_v1_service_proto_rawDesc), len(file_corestack_user_v1_service_proto_rawDesc)),
NumEnums: 0,
NumMessages: 0,
NumExtensions: 0,
NumServices: 1,
},
GoTypes: file_corestack_user_v1_service_proto_goTypes,
DependencyIndexes: file_corestack_user_v1_service_proto_depIdxs,
}.Build()
File_corestack_user_v1_service_proto = out.File
file_corestack_user_v1_service_proto_goTypes = nil
file_corestack_user_v1_service_proto_depIdxs = nil
}

View File

@@ -0,0 +1,680 @@
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.36.7
// protoc (unknown)
// source: corestack/user/v1/user.proto
package userv1
import (
v1 "git.shenxianhe.cn/shenxianhe/sdk/corestack/enums/v1"
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
reflect "reflect"
sync "sync"
unsafe "unsafe"
)
const (
// Verify that this generated code is sufficiently up-to-date.
_ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
// Verify that runtime/protoimpl is sufficiently up-to-date.
_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
)
type SetPasswordRequest struct {
state protoimpl.MessageState `protogen:"open.v1"`
AuthType v1.AuthenticationType `protobuf:"varint,1,opt,name=auth_type,json=authType,proto3,enum=corestack.enums.v1.AuthenticationType" json:"auth_type,omitempty"` // 认证类型
AuthId string `protobuf:"bytes,2,opt,name=auth_id,json=authId,proto3" json:"auth_id,omitempty"` // 认证ID根据auth_type存储不同的账号信息
Credential string `protobuf:"bytes,3,opt,name=credential,proto3" json:"credential,omitempty"` // 凭证,可以是验证码或旧密码
Password string `protobuf:"bytes,4,opt,name=password,proto3" json:"password,omitempty"` // 新密码
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
}
func (x *SetPasswordRequest) Reset() {
*x = SetPasswordRequest{}
mi := &file_corestack_user_v1_user_proto_msgTypes[0]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *SetPasswordRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*SetPasswordRequest) ProtoMessage() {}
func (x *SetPasswordRequest) ProtoReflect() protoreflect.Message {
mi := &file_corestack_user_v1_user_proto_msgTypes[0]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use SetPasswordRequest.ProtoReflect.Descriptor instead.
func (*SetPasswordRequest) Descriptor() ([]byte, []int) {
return file_corestack_user_v1_user_proto_rawDescGZIP(), []int{0}
}
func (x *SetPasswordRequest) GetAuthType() v1.AuthenticationType {
if x != nil {
return x.AuthType
}
return v1.AuthenticationType(0)
}
func (x *SetPasswordRequest) GetAuthId() string {
if x != nil {
return x.AuthId
}
return ""
}
func (x *SetPasswordRequest) GetCredential() string {
if x != nil {
return x.Credential
}
return ""
}
func (x *SetPasswordRequest) GetPassword() string {
if x != nil {
return x.Password
}
return ""
}
type SetPasswordResponse struct {
state protoimpl.MessageState `protogen:"open.v1"`
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
}
func (x *SetPasswordResponse) Reset() {
*x = SetPasswordResponse{}
mi := &file_corestack_user_v1_user_proto_msgTypes[1]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *SetPasswordResponse) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*SetPasswordResponse) ProtoMessage() {}
func (x *SetPasswordResponse) ProtoReflect() protoreflect.Message {
mi := &file_corestack_user_v1_user_proto_msgTypes[1]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use SetPasswordResponse.ProtoReflect.Descriptor instead.
func (*SetPasswordResponse) Descriptor() ([]byte, []int) {
return file_corestack_user_v1_user_proto_rawDescGZIP(), []int{1}
}
type SetNameRequest struct {
state protoimpl.MessageState `protogen:"open.v1"`
Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
}
func (x *SetNameRequest) Reset() {
*x = SetNameRequest{}
mi := &file_corestack_user_v1_user_proto_msgTypes[2]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *SetNameRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*SetNameRequest) ProtoMessage() {}
func (x *SetNameRequest) ProtoReflect() protoreflect.Message {
mi := &file_corestack_user_v1_user_proto_msgTypes[2]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use SetNameRequest.ProtoReflect.Descriptor instead.
func (*SetNameRequest) Descriptor() ([]byte, []int) {
return file_corestack_user_v1_user_proto_rawDescGZIP(), []int{2}
}
func (x *SetNameRequest) GetName() string {
if x != nil {
return x.Name
}
return ""
}
type SetNameResponse struct {
state protoimpl.MessageState `protogen:"open.v1"`
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
}
func (x *SetNameResponse) Reset() {
*x = SetNameResponse{}
mi := &file_corestack_user_v1_user_proto_msgTypes[3]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *SetNameResponse) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*SetNameResponse) ProtoMessage() {}
func (x *SetNameResponse) ProtoReflect() protoreflect.Message {
mi := &file_corestack_user_v1_user_proto_msgTypes[3]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use SetNameResponse.ProtoReflect.Descriptor instead.
func (*SetNameResponse) Descriptor() ([]byte, []int) {
return file_corestack_user_v1_user_proto_rawDescGZIP(), []int{3}
}
type GetAvatarUploadURLRequest struct {
state protoimpl.MessageState `protogen:"open.v1"`
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
}
func (x *GetAvatarUploadURLRequest) Reset() {
*x = GetAvatarUploadURLRequest{}
mi := &file_corestack_user_v1_user_proto_msgTypes[4]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *GetAvatarUploadURLRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*GetAvatarUploadURLRequest) ProtoMessage() {}
func (x *GetAvatarUploadURLRequest) ProtoReflect() protoreflect.Message {
mi := &file_corestack_user_v1_user_proto_msgTypes[4]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use GetAvatarUploadURLRequest.ProtoReflect.Descriptor instead.
func (*GetAvatarUploadURLRequest) Descriptor() ([]byte, []int) {
return file_corestack_user_v1_user_proto_rawDescGZIP(), []int{4}
}
type GetAvatarUploadURLResponse struct {
state protoimpl.MessageState `protogen:"open.v1"`
Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
Url string `protobuf:"bytes,2,opt,name=url,proto3" json:"url,omitempty"`
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
}
func (x *GetAvatarUploadURLResponse) Reset() {
*x = GetAvatarUploadURLResponse{}
mi := &file_corestack_user_v1_user_proto_msgTypes[5]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *GetAvatarUploadURLResponse) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*GetAvatarUploadURLResponse) ProtoMessage() {}
func (x *GetAvatarUploadURLResponse) ProtoReflect() protoreflect.Message {
mi := &file_corestack_user_v1_user_proto_msgTypes[5]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use GetAvatarUploadURLResponse.ProtoReflect.Descriptor instead.
func (*GetAvatarUploadURLResponse) Descriptor() ([]byte, []int) {
return file_corestack_user_v1_user_proto_rawDescGZIP(), []int{5}
}
func (x *GetAvatarUploadURLResponse) GetKey() string {
if x != nil {
return x.Key
}
return ""
}
func (x *GetAvatarUploadURLResponse) GetUrl() string {
if x != nil {
return x.Url
}
return ""
}
type SetAvatarRequest struct {
state protoimpl.MessageState `protogen:"open.v1"`
Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
}
func (x *SetAvatarRequest) Reset() {
*x = SetAvatarRequest{}
mi := &file_corestack_user_v1_user_proto_msgTypes[6]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *SetAvatarRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*SetAvatarRequest) ProtoMessage() {}
func (x *SetAvatarRequest) ProtoReflect() protoreflect.Message {
mi := &file_corestack_user_v1_user_proto_msgTypes[6]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use SetAvatarRequest.ProtoReflect.Descriptor instead.
func (*SetAvatarRequest) Descriptor() ([]byte, []int) {
return file_corestack_user_v1_user_proto_rawDescGZIP(), []int{6}
}
func (x *SetAvatarRequest) GetKey() string {
if x != nil {
return x.Key
}
return ""
}
type SetAvatarResponse struct {
state protoimpl.MessageState `protogen:"open.v1"`
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
}
func (x *SetAvatarResponse) Reset() {
*x = SetAvatarResponse{}
mi := &file_corestack_user_v1_user_proto_msgTypes[7]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *SetAvatarResponse) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*SetAvatarResponse) ProtoMessage() {}
func (x *SetAvatarResponse) ProtoReflect() protoreflect.Message {
mi := &file_corestack_user_v1_user_proto_msgTypes[7]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use SetAvatarResponse.ProtoReflect.Descriptor instead.
func (*SetAvatarResponse) Descriptor() ([]byte, []int) {
return file_corestack_user_v1_user_proto_rawDescGZIP(), []int{7}
}
type SetDescriptionRequest struct {
state protoimpl.MessageState `protogen:"open.v1"`
Description string `protobuf:"bytes,1,opt,name=description,proto3" json:"description,omitempty"`
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
}
func (x *SetDescriptionRequest) Reset() {
*x = SetDescriptionRequest{}
mi := &file_corestack_user_v1_user_proto_msgTypes[8]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *SetDescriptionRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*SetDescriptionRequest) ProtoMessage() {}
func (x *SetDescriptionRequest) ProtoReflect() protoreflect.Message {
mi := &file_corestack_user_v1_user_proto_msgTypes[8]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use SetDescriptionRequest.ProtoReflect.Descriptor instead.
func (*SetDescriptionRequest) Descriptor() ([]byte, []int) {
return file_corestack_user_v1_user_proto_rawDescGZIP(), []int{8}
}
func (x *SetDescriptionRequest) GetDescription() string {
if x != nil {
return x.Description
}
return ""
}
type SetDescriptionResponse struct {
state protoimpl.MessageState `protogen:"open.v1"`
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
}
func (x *SetDescriptionResponse) Reset() {
*x = SetDescriptionResponse{}
mi := &file_corestack_user_v1_user_proto_msgTypes[9]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *SetDescriptionResponse) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*SetDescriptionResponse) ProtoMessage() {}
func (x *SetDescriptionResponse) ProtoReflect() protoreflect.Message {
mi := &file_corestack_user_v1_user_proto_msgTypes[9]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use SetDescriptionResponse.ProtoReflect.Descriptor instead.
func (*SetDescriptionResponse) Descriptor() ([]byte, []int) {
return file_corestack_user_v1_user_proto_rawDescGZIP(), []int{9}
}
type GetUserInfoRequest struct {
state protoimpl.MessageState `protogen:"open.v1"`
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
}
func (x *GetUserInfoRequest) Reset() {
*x = GetUserInfoRequest{}
mi := &file_corestack_user_v1_user_proto_msgTypes[10]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *GetUserInfoRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*GetUserInfoRequest) ProtoMessage() {}
func (x *GetUserInfoRequest) ProtoReflect() protoreflect.Message {
mi := &file_corestack_user_v1_user_proto_msgTypes[10]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use GetUserInfoRequest.ProtoReflect.Descriptor instead.
func (*GetUserInfoRequest) Descriptor() ([]byte, []int) {
return file_corestack_user_v1_user_proto_rawDescGZIP(), []int{10}
}
type GetUserInfoResponse struct {
state protoimpl.MessageState `protogen:"open.v1"`
Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
Avatar string `protobuf:"bytes,2,opt,name=avatar,proto3" json:"avatar,omitempty"`
InvitationCode string `protobuf:"bytes,3,opt,name=invitation_code,json=invitationCode,proto3" json:"invitation_code,omitempty"`
Description string `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"`
Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"`
Phone string `protobuf:"bytes,6,opt,name=phone,proto3" json:"phone,omitempty"`
Email string `protobuf:"bytes,7,opt,name=email,proto3" json:"email,omitempty"`
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
}
func (x *GetUserInfoResponse) Reset() {
*x = GetUserInfoResponse{}
mi := &file_corestack_user_v1_user_proto_msgTypes[11]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *GetUserInfoResponse) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*GetUserInfoResponse) ProtoMessage() {}
func (x *GetUserInfoResponse) ProtoReflect() protoreflect.Message {
mi := &file_corestack_user_v1_user_proto_msgTypes[11]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use GetUserInfoResponse.ProtoReflect.Descriptor instead.
func (*GetUserInfoResponse) Descriptor() ([]byte, []int) {
return file_corestack_user_v1_user_proto_rawDescGZIP(), []int{11}
}
func (x *GetUserInfoResponse) GetId() string {
if x != nil {
return x.Id
}
return ""
}
func (x *GetUserInfoResponse) GetAvatar() string {
if x != nil {
return x.Avatar
}
return ""
}
func (x *GetUserInfoResponse) GetInvitationCode() string {
if x != nil {
return x.InvitationCode
}
return ""
}
func (x *GetUserInfoResponse) GetDescription() string {
if x != nil {
return x.Description
}
return ""
}
func (x *GetUserInfoResponse) GetName() string {
if x != nil {
return x.Name
}
return ""
}
func (x *GetUserInfoResponse) GetPhone() string {
if x != nil {
return x.Phone
}
return ""
}
func (x *GetUserInfoResponse) GetEmail() string {
if x != nil {
return x.Email
}
return ""
}
var File_corestack_user_v1_user_proto protoreflect.FileDescriptor
const file_corestack_user_v1_user_proto_rawDesc = "" +
"\n" +
"\x1ccorestack/user/v1/user.proto\x12\x11corestack.user.v1\x1a\x1dcorestack/enums/v1/user.proto\"\xae\x01\n" +
"\x12SetPasswordRequest\x12C\n" +
"\tauth_type\x18\x01 \x01(\x0e2&.corestack.enums.v1.AuthenticationTypeR\bauthType\x12\x17\n" +
"\aauth_id\x18\x02 \x01(\tR\x06authId\x12\x1e\n" +
"\n" +
"credential\x18\x03 \x01(\tR\n" +
"credential\x12\x1a\n" +
"\bpassword\x18\x04 \x01(\tR\bpassword\"\x15\n" +
"\x13SetPasswordResponse\"$\n" +
"\x0eSetNameRequest\x12\x12\n" +
"\x04name\x18\x01 \x01(\tR\x04name\"\x11\n" +
"\x0fSetNameResponse\"\x1b\n" +
"\x19GetAvatarUploadURLRequest\"@\n" +
"\x1aGetAvatarUploadURLResponse\x12\x10\n" +
"\x03key\x18\x01 \x01(\tR\x03key\x12\x10\n" +
"\x03url\x18\x02 \x01(\tR\x03url\"$\n" +
"\x10SetAvatarRequest\x12\x10\n" +
"\x03key\x18\x01 \x01(\tR\x03key\"\x13\n" +
"\x11SetAvatarResponse\"9\n" +
"\x15SetDescriptionRequest\x12 \n" +
"\vdescription\x18\x01 \x01(\tR\vdescription\"\x18\n" +
"\x16SetDescriptionResponse\"\x14\n" +
"\x12GetUserInfoRequest\"\xc8\x01\n" +
"\x13GetUserInfoResponse\x12\x0e\n" +
"\x02id\x18\x01 \x01(\tR\x02id\x12\x16\n" +
"\x06avatar\x18\x02 \x01(\tR\x06avatar\x12'\n" +
"\x0finvitation_code\x18\x03 \x01(\tR\x0einvitationCode\x12 \n" +
"\vdescription\x18\x04 \x01(\tR\vdescription\x12\x12\n" +
"\x04name\x18\x05 \x01(\tR\x04name\x12\x14\n" +
"\x05phone\x18\x06 \x01(\tR\x05phone\x12\x14\n" +
"\x05email\x18\a \x01(\tR\x05emailB;Z9git.shenxianhe.cn/shenxianhe/sdk/corestack/user/v1;userv1b\x06proto3"
var (
file_corestack_user_v1_user_proto_rawDescOnce sync.Once
file_corestack_user_v1_user_proto_rawDescData []byte
)
func file_corestack_user_v1_user_proto_rawDescGZIP() []byte {
file_corestack_user_v1_user_proto_rawDescOnce.Do(func() {
file_corestack_user_v1_user_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_corestack_user_v1_user_proto_rawDesc), len(file_corestack_user_v1_user_proto_rawDesc)))
})
return file_corestack_user_v1_user_proto_rawDescData
}
var file_corestack_user_v1_user_proto_msgTypes = make([]protoimpl.MessageInfo, 12)
var file_corestack_user_v1_user_proto_goTypes = []any{
(*SetPasswordRequest)(nil), // 0: corestack.user.v1.SetPasswordRequest
(*SetPasswordResponse)(nil), // 1: corestack.user.v1.SetPasswordResponse
(*SetNameRequest)(nil), // 2: corestack.user.v1.SetNameRequest
(*SetNameResponse)(nil), // 3: corestack.user.v1.SetNameResponse
(*GetAvatarUploadURLRequest)(nil), // 4: corestack.user.v1.GetAvatarUploadURLRequest
(*GetAvatarUploadURLResponse)(nil), // 5: corestack.user.v1.GetAvatarUploadURLResponse
(*SetAvatarRequest)(nil), // 6: corestack.user.v1.SetAvatarRequest
(*SetAvatarResponse)(nil), // 7: corestack.user.v1.SetAvatarResponse
(*SetDescriptionRequest)(nil), // 8: corestack.user.v1.SetDescriptionRequest
(*SetDescriptionResponse)(nil), // 9: corestack.user.v1.SetDescriptionResponse
(*GetUserInfoRequest)(nil), // 10: corestack.user.v1.GetUserInfoRequest
(*GetUserInfoResponse)(nil), // 11: corestack.user.v1.GetUserInfoResponse
(v1.AuthenticationType)(0), // 12: corestack.enums.v1.AuthenticationType
}
var file_corestack_user_v1_user_proto_depIdxs = []int32{
12, // 0: corestack.user.v1.SetPasswordRequest.auth_type:type_name -> corestack.enums.v1.AuthenticationType
1, // [1:1] is the sub-list for method output_type
1, // [1:1] is the sub-list for method input_type
1, // [1:1] is the sub-list for extension type_name
1, // [1:1] is the sub-list for extension extendee
0, // [0:1] is the sub-list for field type_name
}
func init() { file_corestack_user_v1_user_proto_init() }
func file_corestack_user_v1_user_proto_init() {
if File_corestack_user_v1_user_proto != nil {
return
}
type x struct{}
out := protoimpl.TypeBuilder{
File: protoimpl.DescBuilder{
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
RawDescriptor: unsafe.Slice(unsafe.StringData(file_corestack_user_v1_user_proto_rawDesc), len(file_corestack_user_v1_user_proto_rawDesc)),
NumEnums: 0,
NumMessages: 12,
NumExtensions: 0,
NumServices: 0,
},
GoTypes: file_corestack_user_v1_user_proto_goTypes,
DependencyIndexes: file_corestack_user_v1_user_proto_depIdxs,
MessageInfos: file_corestack_user_v1_user_proto_msgTypes,
}.Build()
File_corestack_user_v1_user_proto = out.File
file_corestack_user_v1_user_proto_goTypes = nil
file_corestack_user_v1_user_proto_depIdxs = nil
}

View File

@@ -0,0 +1,250 @@
// Code generated by protoc-gen-connect-go. DO NOT EDIT.
//
// Source: corestack/user/v1/service.proto
package userv1connect
import (
connect "connectrpc.com/connect"
context "context"
errors "errors"
v1 "git.shenxianhe.cn/shenxianhe/sdk/corestack/user/v1"
http "net/http"
strings "strings"
)
// This is a compile-time assertion to ensure that this generated file and the connect package are
// compatible. If you get a compiler error that this constant is not defined, this code was
// generated with a version of connect newer than the one compiled into your binary. You can fix the
// problem by either regenerating this code with an older version of connect or updating the connect
// version compiled into your binary.
const _ = connect.IsAtLeastVersion1_13_0
const (
// UserServiceName is the fully-qualified name of the UserService service.
UserServiceName = "corestack.user.v1.UserService"
)
// These constants are the fully-qualified names of the RPCs defined in this package. They're
// exposed at runtime as Spec.Procedure and as the final two segments of the HTTP route.
//
// Note that these are different from the fully-qualified method names used by
// google.golang.org/protobuf/reflect/protoreflect. To convert from these constants to
// reflection-formatted method names, remove the leading slash and convert the remaining slash to a
// period.
const (
// UserServiceSetPasswordProcedure is the fully-qualified name of the UserService's SetPassword RPC.
UserServiceSetPasswordProcedure = "/corestack.user.v1.UserService/SetPassword"
// UserServiceSetNameProcedure is the fully-qualified name of the UserService's SetName RPC.
UserServiceSetNameProcedure = "/corestack.user.v1.UserService/SetName"
// UserServiceGetAvatarUploadURLProcedure is the fully-qualified name of the UserService's
// GetAvatarUploadURL RPC.
UserServiceGetAvatarUploadURLProcedure = "/corestack.user.v1.UserService/GetAvatarUploadURL"
// UserServiceSetAvatarProcedure is the fully-qualified name of the UserService's SetAvatar RPC.
UserServiceSetAvatarProcedure = "/corestack.user.v1.UserService/SetAvatar"
// UserServiceSetDescriptionProcedure is the fully-qualified name of the UserService's
// SetDescription RPC.
UserServiceSetDescriptionProcedure = "/corestack.user.v1.UserService/SetDescription"
// UserServiceGetUserInfoProcedure is the fully-qualified name of the UserService's GetUserInfo RPC.
UserServiceGetUserInfoProcedure = "/corestack.user.v1.UserService/GetUserInfo"
)
// UserServiceClient is a client for the corestack.user.v1.UserService service.
type UserServiceClient interface {
SetPassword(context.Context, *connect.Request[v1.SetPasswordRequest]) (*connect.Response[v1.SetPasswordResponse], error)
SetName(context.Context, *connect.Request[v1.SetNameRequest]) (*connect.Response[v1.SetNameResponse], error)
GetAvatarUploadURL(context.Context, *connect.Request[v1.GetAvatarUploadURLRequest]) (*connect.Response[v1.GetAvatarUploadURLResponse], error)
SetAvatar(context.Context, *connect.Request[v1.SetAvatarRequest]) (*connect.Response[v1.SetAvatarResponse], error)
SetDescription(context.Context, *connect.Request[v1.SetDescriptionRequest]) (*connect.Response[v1.SetDescriptionResponse], error)
GetUserInfo(context.Context, *connect.Request[v1.GetUserInfoRequest]) (*connect.Response[v1.GetUserInfoResponse], error)
}
// NewUserServiceClient constructs a client for the corestack.user.v1.UserService service. By
// default, it uses the Connect protocol with the binary Protobuf Codec, asks for gzipped responses,
// and sends uncompressed requests. To use the gRPC or gRPC-Web protocols, supply the
// connect.WithGRPC() or connect.WithGRPCWeb() options.
//
// The URL supplied here should be the base URL for the Connect or gRPC server (for example,
// http://api.acme.com or https://acme.com/grpc).
func NewUserServiceClient(httpClient connect.HTTPClient, baseURL string, opts ...connect.ClientOption) UserServiceClient {
baseURL = strings.TrimRight(baseURL, "/")
userServiceMethods := v1.File_corestack_user_v1_service_proto.Services().ByName("UserService").Methods()
return &userServiceClient{
setPassword: connect.NewClient[v1.SetPasswordRequest, v1.SetPasswordResponse](
httpClient,
baseURL+UserServiceSetPasswordProcedure,
connect.WithSchema(userServiceMethods.ByName("SetPassword")),
connect.WithClientOptions(opts...),
),
setName: connect.NewClient[v1.SetNameRequest, v1.SetNameResponse](
httpClient,
baseURL+UserServiceSetNameProcedure,
connect.WithSchema(userServiceMethods.ByName("SetName")),
connect.WithClientOptions(opts...),
),
getAvatarUploadURL: connect.NewClient[v1.GetAvatarUploadURLRequest, v1.GetAvatarUploadURLResponse](
httpClient,
baseURL+UserServiceGetAvatarUploadURLProcedure,
connect.WithSchema(userServiceMethods.ByName("GetAvatarUploadURL")),
connect.WithClientOptions(opts...),
),
setAvatar: connect.NewClient[v1.SetAvatarRequest, v1.SetAvatarResponse](
httpClient,
baseURL+UserServiceSetAvatarProcedure,
connect.WithSchema(userServiceMethods.ByName("SetAvatar")),
connect.WithClientOptions(opts...),
),
setDescription: connect.NewClient[v1.SetDescriptionRequest, v1.SetDescriptionResponse](
httpClient,
baseURL+UserServiceSetDescriptionProcedure,
connect.WithSchema(userServiceMethods.ByName("SetDescription")),
connect.WithClientOptions(opts...),
),
getUserInfo: connect.NewClient[v1.GetUserInfoRequest, v1.GetUserInfoResponse](
httpClient,
baseURL+UserServiceGetUserInfoProcedure,
connect.WithSchema(userServiceMethods.ByName("GetUserInfo")),
connect.WithClientOptions(opts...),
),
}
}
// userServiceClient implements UserServiceClient.
type userServiceClient struct {
setPassword *connect.Client[v1.SetPasswordRequest, v1.SetPasswordResponse]
setName *connect.Client[v1.SetNameRequest, v1.SetNameResponse]
getAvatarUploadURL *connect.Client[v1.GetAvatarUploadURLRequest, v1.GetAvatarUploadURLResponse]
setAvatar *connect.Client[v1.SetAvatarRequest, v1.SetAvatarResponse]
setDescription *connect.Client[v1.SetDescriptionRequest, v1.SetDescriptionResponse]
getUserInfo *connect.Client[v1.GetUserInfoRequest, v1.GetUserInfoResponse]
}
// SetPassword calls corestack.user.v1.UserService.SetPassword.
func (c *userServiceClient) SetPassword(ctx context.Context, req *connect.Request[v1.SetPasswordRequest]) (*connect.Response[v1.SetPasswordResponse], error) {
return c.setPassword.CallUnary(ctx, req)
}
// SetName calls corestack.user.v1.UserService.SetName.
func (c *userServiceClient) SetName(ctx context.Context, req *connect.Request[v1.SetNameRequest]) (*connect.Response[v1.SetNameResponse], error) {
return c.setName.CallUnary(ctx, req)
}
// GetAvatarUploadURL calls corestack.user.v1.UserService.GetAvatarUploadURL.
func (c *userServiceClient) GetAvatarUploadURL(ctx context.Context, req *connect.Request[v1.GetAvatarUploadURLRequest]) (*connect.Response[v1.GetAvatarUploadURLResponse], error) {
return c.getAvatarUploadURL.CallUnary(ctx, req)
}
// SetAvatar calls corestack.user.v1.UserService.SetAvatar.
func (c *userServiceClient) SetAvatar(ctx context.Context, req *connect.Request[v1.SetAvatarRequest]) (*connect.Response[v1.SetAvatarResponse], error) {
return c.setAvatar.CallUnary(ctx, req)
}
// SetDescription calls corestack.user.v1.UserService.SetDescription.
func (c *userServiceClient) SetDescription(ctx context.Context, req *connect.Request[v1.SetDescriptionRequest]) (*connect.Response[v1.SetDescriptionResponse], error) {
return c.setDescription.CallUnary(ctx, req)
}
// GetUserInfo calls corestack.user.v1.UserService.GetUserInfo.
func (c *userServiceClient) GetUserInfo(ctx context.Context, req *connect.Request[v1.GetUserInfoRequest]) (*connect.Response[v1.GetUserInfoResponse], error) {
return c.getUserInfo.CallUnary(ctx, req)
}
// UserServiceHandler is an implementation of the corestack.user.v1.UserService service.
type UserServiceHandler interface {
SetPassword(context.Context, *connect.Request[v1.SetPasswordRequest]) (*connect.Response[v1.SetPasswordResponse], error)
SetName(context.Context, *connect.Request[v1.SetNameRequest]) (*connect.Response[v1.SetNameResponse], error)
GetAvatarUploadURL(context.Context, *connect.Request[v1.GetAvatarUploadURLRequest]) (*connect.Response[v1.GetAvatarUploadURLResponse], error)
SetAvatar(context.Context, *connect.Request[v1.SetAvatarRequest]) (*connect.Response[v1.SetAvatarResponse], error)
SetDescription(context.Context, *connect.Request[v1.SetDescriptionRequest]) (*connect.Response[v1.SetDescriptionResponse], error)
GetUserInfo(context.Context, *connect.Request[v1.GetUserInfoRequest]) (*connect.Response[v1.GetUserInfoResponse], error)
}
// NewUserServiceHandler builds an HTTP handler from the service implementation. It returns the path
// on which to mount the handler and the handler itself.
//
// By default, handlers support the Connect, gRPC, and gRPC-Web protocols with the binary Protobuf
// and JSON codecs. They also support gzip compression.
func NewUserServiceHandler(svc UserServiceHandler, opts ...connect.HandlerOption) (string, http.Handler) {
userServiceMethods := v1.File_corestack_user_v1_service_proto.Services().ByName("UserService").Methods()
userServiceSetPasswordHandler := connect.NewUnaryHandler(
UserServiceSetPasswordProcedure,
svc.SetPassword,
connect.WithSchema(userServiceMethods.ByName("SetPassword")),
connect.WithHandlerOptions(opts...),
)
userServiceSetNameHandler := connect.NewUnaryHandler(
UserServiceSetNameProcedure,
svc.SetName,
connect.WithSchema(userServiceMethods.ByName("SetName")),
connect.WithHandlerOptions(opts...),
)
userServiceGetAvatarUploadURLHandler := connect.NewUnaryHandler(
UserServiceGetAvatarUploadURLProcedure,
svc.GetAvatarUploadURL,
connect.WithSchema(userServiceMethods.ByName("GetAvatarUploadURL")),
connect.WithHandlerOptions(opts...),
)
userServiceSetAvatarHandler := connect.NewUnaryHandler(
UserServiceSetAvatarProcedure,
svc.SetAvatar,
connect.WithSchema(userServiceMethods.ByName("SetAvatar")),
connect.WithHandlerOptions(opts...),
)
userServiceSetDescriptionHandler := connect.NewUnaryHandler(
UserServiceSetDescriptionProcedure,
svc.SetDescription,
connect.WithSchema(userServiceMethods.ByName("SetDescription")),
connect.WithHandlerOptions(opts...),
)
userServiceGetUserInfoHandler := connect.NewUnaryHandler(
UserServiceGetUserInfoProcedure,
svc.GetUserInfo,
connect.WithSchema(userServiceMethods.ByName("GetUserInfo")),
connect.WithHandlerOptions(opts...),
)
return "/corestack.user.v1.UserService/", http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) {
switch r.URL.Path {
case UserServiceSetPasswordProcedure:
userServiceSetPasswordHandler.ServeHTTP(w, r)
case UserServiceSetNameProcedure:
userServiceSetNameHandler.ServeHTTP(w, r)
case UserServiceGetAvatarUploadURLProcedure:
userServiceGetAvatarUploadURLHandler.ServeHTTP(w, r)
case UserServiceSetAvatarProcedure:
userServiceSetAvatarHandler.ServeHTTP(w, r)
case UserServiceSetDescriptionProcedure:
userServiceSetDescriptionHandler.ServeHTTP(w, r)
case UserServiceGetUserInfoProcedure:
userServiceGetUserInfoHandler.ServeHTTP(w, r)
default:
http.NotFound(w, r)
}
})
}
// UnimplementedUserServiceHandler returns CodeUnimplemented from all methods.
type UnimplementedUserServiceHandler struct{}
func (UnimplementedUserServiceHandler) SetPassword(context.Context, *connect.Request[v1.SetPasswordRequest]) (*connect.Response[v1.SetPasswordResponse], error) {
return nil, connect.NewError(connect.CodeUnimplemented, errors.New("corestack.user.v1.UserService.SetPassword is not implemented"))
}
func (UnimplementedUserServiceHandler) SetName(context.Context, *connect.Request[v1.SetNameRequest]) (*connect.Response[v1.SetNameResponse], error) {
return nil, connect.NewError(connect.CodeUnimplemented, errors.New("corestack.user.v1.UserService.SetName is not implemented"))
}
func (UnimplementedUserServiceHandler) GetAvatarUploadURL(context.Context, *connect.Request[v1.GetAvatarUploadURLRequest]) (*connect.Response[v1.GetAvatarUploadURLResponse], error) {
return nil, connect.NewError(connect.CodeUnimplemented, errors.New("corestack.user.v1.UserService.GetAvatarUploadURL is not implemented"))
}
func (UnimplementedUserServiceHandler) SetAvatar(context.Context, *connect.Request[v1.SetAvatarRequest]) (*connect.Response[v1.SetAvatarResponse], error) {
return nil, connect.NewError(connect.CodeUnimplemented, errors.New("corestack.user.v1.UserService.SetAvatar is not implemented"))
}
func (UnimplementedUserServiceHandler) SetDescription(context.Context, *connect.Request[v1.SetDescriptionRequest]) (*connect.Response[v1.SetDescriptionResponse], error) {
return nil, connect.NewError(connect.CodeUnimplemented, errors.New("corestack.user.v1.UserService.SetDescription is not implemented"))
}
func (UnimplementedUserServiceHandler) GetUserInfo(context.Context, *connect.Request[v1.GetUserInfoRequest]) (*connect.Response[v1.GetUserInfoResponse], error) {
return nil, connect.NewError(connect.CodeUnimplemented, errors.New("corestack.user.v1.UserService.GetUserInfo is not implemented"))
}