// Code generated by protoc-gen-go. DO NOT EDIT. // versions: // protoc-gen-go v1.34.2 // protoc v3.19.4 // source: proto/slowwild.proto package slowwildserver import ( protoreflect "google.golang.org/protobuf/reflect/protoreflect" protoimpl "google.golang.org/protobuf/runtime/protoimpl" reflect "reflect" sync "sync" ) 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 UserEntity struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` // 用户id Avatar string `protobuf:"bytes,2,opt,name=avatar,proto3" json:"avatar,omitempty"` // 用户头像 Nickname string `protobuf:"bytes,3,opt,name=nickname,proto3" json:"nickname,omitempty"` // 昵称 Username string `protobuf:"bytes,4,opt,name=username,proto3" json:"username,omitempty"` // 用户名(唯一) Phone string `protobuf:"bytes,5,opt,name=phone,proto3" json:"phone,omitempty"` // 手机号码 Status int32 `protobuf:"varint,6,opt,name=status,proto3" json:"status,omitempty"` // 是否锁住1-正常2-停用 Sex int32 `protobuf:"varint,7,opt,name=sex,proto3" json:"sex,omitempty"` // 性别0-女1-男 Follows int64 `protobuf:"varint,8,opt,name=follows,proto3" json:"follows,omitempty"` //粉丝 Followings int64 `protobuf:"varint,9,opt,name=followings,proto3" json:"followings,omitempty"` // 关注量 GetLikesCount int32 `protobuf:"varint,10,opt,name=get_likes_count,json=getLikesCount,proto3" json:"get_likes_count,omitempty"` //获得点赞数量 GetCollectionCount int32 `protobuf:"varint,11,opt,name=get_collection_count,json=getCollectionCount,proto3" json:"get_collection_count,omitempty"` //获得收藏的数量 } func (x *UserEntity) Reset() { *x = UserEntity{} if protoimpl.UnsafeEnabled { mi := &file_proto_slowwild_proto_msgTypes[0] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *UserEntity) String() string { return protoimpl.X.MessageStringOf(x) } func (*UserEntity) ProtoMessage() {} func (x *UserEntity) ProtoReflect() protoreflect.Message { mi := &file_proto_slowwild_proto_msgTypes[0] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use UserEntity.ProtoReflect.Descriptor instead. func (*UserEntity) Descriptor() ([]byte, []int) { return file_proto_slowwild_proto_rawDescGZIP(), []int{0} } func (x *UserEntity) GetId() int64 { if x != nil { return x.Id } return 0 } func (x *UserEntity) GetAvatar() string { if x != nil { return x.Avatar } return "" } func (x *UserEntity) GetNickname() string { if x != nil { return x.Nickname } return "" } func (x *UserEntity) GetUsername() string { if x != nil { return x.Username } return "" } func (x *UserEntity) GetPhone() string { if x != nil { return x.Phone } return "" } func (x *UserEntity) GetStatus() int32 { if x != nil { return x.Status } return 0 } func (x *UserEntity) GetSex() int32 { if x != nil { return x.Sex } return 0 } func (x *UserEntity) GetFollows() int64 { if x != nil { return x.Follows } return 0 } func (x *UserEntity) GetFollowings() int64 { if x != nil { return x.Followings } return 0 } func (x *UserEntity) GetGetLikesCount() int32 { if x != nil { return x.GetLikesCount } return 0 } func (x *UserEntity) GetGetCollectionCount() int32 { if x != nil { return x.GetCollectionCount } return 0 } type UserInfo struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` // 用户id Avatar string `protobuf:"bytes,2,opt,name=avatar,proto3" json:"avatar,omitempty"` // 用户头像 Nickname string `protobuf:"bytes,3,opt,name=nickname,proto3" json:"nickname,omitempty"` // 昵称 Sex int32 `protobuf:"varint,7,opt,name=sex,proto3" json:"sex,omitempty"` // 性别0-女1-男 } func (x *UserInfo) Reset() { *x = UserInfo{} if protoimpl.UnsafeEnabled { mi := &file_proto_slowwild_proto_msgTypes[1] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *UserInfo) String() string { return protoimpl.X.MessageStringOf(x) } func (*UserInfo) ProtoMessage() {} func (x *UserInfo) ProtoReflect() protoreflect.Message { mi := &file_proto_slowwild_proto_msgTypes[1] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use UserInfo.ProtoReflect.Descriptor instead. func (*UserInfo) Descriptor() ([]byte, []int) { return file_proto_slowwild_proto_rawDescGZIP(), []int{1} } func (x *UserInfo) GetId() int64 { if x != nil { return x.Id } return 0 } func (x *UserInfo) GetAvatar() string { if x != nil { return x.Avatar } return "" } func (x *UserInfo) GetNickname() string { if x != nil { return x.Nickname } return "" } func (x *UserInfo) GetSex() int32 { if x != nil { return x.Sex } return 0 } type FollowUserInfo struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields User *UserInfo `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"` IsMutualFollow bool `protobuf:"varint,2,opt,name=is_mutual_follow,json=isMutualFollow,proto3" json:"is_mutual_follow,omitempty"` // 是否互相关注 } func (x *FollowUserInfo) Reset() { *x = FollowUserInfo{} if protoimpl.UnsafeEnabled { mi := &file_proto_slowwild_proto_msgTypes[2] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *FollowUserInfo) String() string { return protoimpl.X.MessageStringOf(x) } func (*FollowUserInfo) ProtoMessage() {} func (x *FollowUserInfo) ProtoReflect() protoreflect.Message { mi := &file_proto_slowwild_proto_msgTypes[2] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use FollowUserInfo.ProtoReflect.Descriptor instead. func (*FollowUserInfo) Descriptor() ([]byte, []int) { return file_proto_slowwild_proto_rawDescGZIP(), []int{2} } func (x *FollowUserInfo) GetUser() *UserInfo { if x != nil { return x.User } return nil } func (x *FollowUserInfo) GetIsMutualFollow() bool { if x != nil { return x.IsMutualFollow } return false } type LoginAndRegisterRsp struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Token string `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"` // token令牌 Expire int64 `protobuf:"varint,2,opt,name=expire,proto3" json:"expire,omitempty"` // 到期时间 } func (x *LoginAndRegisterRsp) Reset() { *x = LoginAndRegisterRsp{} if protoimpl.UnsafeEnabled { mi := &file_proto_slowwild_proto_msgTypes[3] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *LoginAndRegisterRsp) String() string { return protoimpl.X.MessageStringOf(x) } func (*LoginAndRegisterRsp) ProtoMessage() {} func (x *LoginAndRegisterRsp) ProtoReflect() protoreflect.Message { mi := &file_proto_slowwild_proto_msgTypes[3] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use LoginAndRegisterRsp.ProtoReflect.Descriptor instead. func (*LoginAndRegisterRsp) Descriptor() ([]byte, []int) { return file_proto_slowwild_proto_rawDescGZIP(), []int{3} } func (x *LoginAndRegisterRsp) GetToken() string { if x != nil { return x.Token } return "" } func (x *LoginAndRegisterRsp) GetExpire() int64 { if x != nil { return x.Expire } return 0 } type LoginReq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Phone string `protobuf:"bytes,1,opt,name=phone,proto3" json:"phone,omitempty"` //手机号 Password string `protobuf:"bytes,2,opt,name=password,proto3" json:"password,omitempty"` // 密码 Code string `protobuf:"bytes,3,opt,name=code,proto3" json:"code,omitempty"` //验证码 LoginType int32 `protobuf:"varint,4,opt,name=login_type,json=loginType,proto3" json:"login_type,omitempty"` // 登录类型 LoginIp string `protobuf:"bytes,5,opt,name=login_ip,json=loginIp,proto3" json:"login_ip,omitempty"` // 登录ip } func (x *LoginReq) Reset() { *x = LoginReq{} if protoimpl.UnsafeEnabled { mi := &file_proto_slowwild_proto_msgTypes[4] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *LoginReq) String() string { return protoimpl.X.MessageStringOf(x) } func (*LoginReq) ProtoMessage() {} func (x *LoginReq) ProtoReflect() protoreflect.Message { mi := &file_proto_slowwild_proto_msgTypes[4] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use LoginReq.ProtoReflect.Descriptor instead. func (*LoginReq) Descriptor() ([]byte, []int) { return file_proto_slowwild_proto_rawDescGZIP(), []int{4} } func (x *LoginReq) GetPhone() string { if x != nil { return x.Phone } return "" } func (x *LoginReq) GetPassword() string { if x != nil { return x.Password } return "" } func (x *LoginReq) GetCode() string { if x != nil { return x.Code } return "" } func (x *LoginReq) GetLoginType() int32 { if x != nil { return x.LoginType } return 0 } func (x *LoginReq) GetLoginIp() string { if x != nil { return x.LoginIp } return "" } type RegisterReq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Phone string `protobuf:"bytes,1,opt,name=phone,proto3" json:"phone,omitempty"` // 手机号码 Nickname string `protobuf:"bytes,2,opt,name=nickname,proto3" json:"nickname,omitempty"` // 用户昵称 Password string `protobuf:"bytes,3,opt,name=password,proto3" json:"password,omitempty"` // 密码 Avatar string `protobuf:"bytes,4,opt,name=avatar,proto3" json:"avatar,omitempty"` // 头像 Sex int32 `protobuf:"varint,5,opt,name=sex,proto3" json:"sex,omitempty"` // 性别 Username string `protobuf:"bytes,6,opt,name=username,proto3" json:"username,omitempty"` // 用户名(唯一) Code string `protobuf:"bytes,7,opt,name=code,proto3" json:"code,omitempty"` //验证码 } func (x *RegisterReq) Reset() { *x = RegisterReq{} if protoimpl.UnsafeEnabled { mi := &file_proto_slowwild_proto_msgTypes[5] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *RegisterReq) String() string { return protoimpl.X.MessageStringOf(x) } func (*RegisterReq) ProtoMessage() {} func (x *RegisterReq) ProtoReflect() protoreflect.Message { mi := &file_proto_slowwild_proto_msgTypes[5] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use RegisterReq.ProtoReflect.Descriptor instead. func (*RegisterReq) Descriptor() ([]byte, []int) { return file_proto_slowwild_proto_rawDescGZIP(), []int{5} } func (x *RegisterReq) GetPhone() string { if x != nil { return x.Phone } return "" } func (x *RegisterReq) GetNickname() string { if x != nil { return x.Nickname } return "" } func (x *RegisterReq) GetPassword() string { if x != nil { return x.Password } return "" } func (x *RegisterReq) GetAvatar() string { if x != nil { return x.Avatar } return "" } func (x *RegisterReq) GetSex() int32 { if x != nil { return x.Sex } return 0 } func (x *RegisterReq) GetUsername() string { if x != nil { return x.Username } return "" } func (x *RegisterReq) GetCode() string { if x != nil { return x.Code } return "" } type GetUserInfoReq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields UserId int64 `protobuf:"varint,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` // 用户id QueryUserId int64 `protobuf:"varint,2,opt,name=query_user_id,json=queryUserId,proto3" json:"query_user_id,omitempty"` // 查询用户id } func (x *GetUserInfoReq) Reset() { *x = GetUserInfoReq{} if protoimpl.UnsafeEnabled { mi := &file_proto_slowwild_proto_msgTypes[6] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *GetUserInfoReq) String() string { return protoimpl.X.MessageStringOf(x) } func (*GetUserInfoReq) ProtoMessage() {} func (x *GetUserInfoReq) ProtoReflect() protoreflect.Message { mi := &file_proto_slowwild_proto_msgTypes[6] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use GetUserInfoReq.ProtoReflect.Descriptor instead. func (*GetUserInfoReq) Descriptor() ([]byte, []int) { return file_proto_slowwild_proto_rawDescGZIP(), []int{6} } func (x *GetUserInfoReq) GetUserId() int64 { if x != nil { return x.UserId } return 0 } func (x *GetUserInfoReq) GetQueryUserId() int64 { if x != nil { return x.QueryUserId } return 0 } type GetUserInfoResp struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` // 用户id Avatar string `protobuf:"bytes,2,opt,name=avatar,proto3" json:"avatar,omitempty"` // 用户头像 Nickname string `protobuf:"bytes,3,opt,name=nickname,proto3" json:"nickname,omitempty"` // 昵称 Sex int32 `protobuf:"varint,4,opt,name=sex,proto3" json:"sex,omitempty"` // 性别0-女1-男 IsFollow bool `protobuf:"varint,5,opt,name=is_follow,json=isFollow,proto3" json:"is_follow,omitempty"` // 是否关注 } func (x *GetUserInfoResp) Reset() { *x = GetUserInfoResp{} if protoimpl.UnsafeEnabled { mi := &file_proto_slowwild_proto_msgTypes[7] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *GetUserInfoResp) String() string { return protoimpl.X.MessageStringOf(x) } func (*GetUserInfoResp) ProtoMessage() {} func (x *GetUserInfoResp) ProtoReflect() protoreflect.Message { mi := &file_proto_slowwild_proto_msgTypes[7] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use GetUserInfoResp.ProtoReflect.Descriptor instead. func (*GetUserInfoResp) Descriptor() ([]byte, []int) { return file_proto_slowwild_proto_rawDescGZIP(), []int{7} } func (x *GetUserInfoResp) GetId() int64 { if x != nil { return x.Id } return 0 } func (x *GetUserInfoResp) GetAvatar() string { if x != nil { return x.Avatar } return "" } func (x *GetUserInfoResp) GetNickname() string { if x != nil { return x.Nickname } return "" } func (x *GetUserInfoResp) GetSex() int32 { if x != nil { return x.Sex } return 0 } func (x *GetUserInfoResp) GetIsFollow() bool { if x != nil { return x.IsFollow } return false } type FindUserReq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Username string `protobuf:"bytes,1,opt,name=username,proto3" json:"username,omitempty"` // 用户昵称 Phone string `protobuf:"bytes,2,opt,name=phone,proto3" json:"phone,omitempty"` // 用户手机号码 Ids []int64 `protobuf:"varint,3,rep,packed,name=ids,proto3" json:"ids,omitempty"` // 用户id } func (x *FindUserReq) Reset() { *x = FindUserReq{} if protoimpl.UnsafeEnabled { mi := &file_proto_slowwild_proto_msgTypes[8] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *FindUserReq) String() string { return protoimpl.X.MessageStringOf(x) } func (*FindUserReq) ProtoMessage() {} func (x *FindUserReq) ProtoReflect() protoreflect.Message { mi := &file_proto_slowwild_proto_msgTypes[8] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use FindUserReq.ProtoReflect.Descriptor instead. func (*FindUserReq) Descriptor() ([]byte, []int) { return file_proto_slowwild_proto_rawDescGZIP(), []int{8} } func (x *FindUserReq) GetUsername() string { if x != nil { return x.Username } return "" } func (x *FindUserReq) GetPhone() string { if x != nil { return x.Phone } return "" } func (x *FindUserReq) GetIds() []int64 { if x != nil { return x.Ids } return nil } type FindUserResp struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields UserList []*UserInfo `protobuf:"bytes,1,rep,name=user_list,json=userList,proto3" json:"user_list,omitempty"` // 用户信息 } func (x *FindUserResp) Reset() { *x = FindUserResp{} if protoimpl.UnsafeEnabled { mi := &file_proto_slowwild_proto_msgTypes[9] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *FindUserResp) String() string { return protoimpl.X.MessageStringOf(x) } func (*FindUserResp) ProtoMessage() {} func (x *FindUserResp) ProtoReflect() protoreflect.Message { mi := &file_proto_slowwild_proto_msgTypes[9] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use FindUserResp.ProtoReflect.Descriptor instead. func (*FindUserResp) Descriptor() ([]byte, []int) { return file_proto_slowwild_proto_rawDescGZIP(), []int{9} } func (x *FindUserResp) GetUserList() []*UserInfo { if x != nil { return x.UserList } return nil } // 用户关注 type FollowUserReq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields UserId int64 `protobuf:"varint,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` // 当前登录用户id FollowUserId int64 `protobuf:"varint,2,opt,name=follow_user_id,json=followUserId,proto3" json:"follow_user_id,omitempty"` // 被关注的用户id } func (x *FollowUserReq) Reset() { *x = FollowUserReq{} if protoimpl.UnsafeEnabled { mi := &file_proto_slowwild_proto_msgTypes[10] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *FollowUserReq) String() string { return protoimpl.X.MessageStringOf(x) } func (*FollowUserReq) ProtoMessage() {} func (x *FollowUserReq) ProtoReflect() protoreflect.Message { mi := &file_proto_slowwild_proto_msgTypes[10] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use FollowUserReq.ProtoReflect.Descriptor instead. func (*FollowUserReq) Descriptor() ([]byte, []int) { return file_proto_slowwild_proto_rawDescGZIP(), []int{10} } func (x *FollowUserReq) GetUserId() int64 { if x != nil { return x.UserId } return 0 } func (x *FollowUserReq) GetFollowUserId() int64 { if x != nil { return x.FollowUserId } return 0 } type FollowUserRes struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Success bool `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"` // 是否关注成功 } func (x *FollowUserRes) Reset() { *x = FollowUserRes{} if protoimpl.UnsafeEnabled { mi := &file_proto_slowwild_proto_msgTypes[11] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *FollowUserRes) String() string { return protoimpl.X.MessageStringOf(x) } func (*FollowUserRes) ProtoMessage() {} func (x *FollowUserRes) ProtoReflect() protoreflect.Message { mi := &file_proto_slowwild_proto_msgTypes[11] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use FollowUserRes.ProtoReflect.Descriptor instead. func (*FollowUserRes) Descriptor() ([]byte, []int) { return file_proto_slowwild_proto_rawDescGZIP(), []int{11} } func (x *FollowUserRes) GetSuccess() bool { if x != nil { return x.Success } return false } // 用户取消关注 type UnFollowUserReq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields UserId int64 `protobuf:"varint,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` // 当前登录的用户id UnFollowUserId int64 `protobuf:"varint,2,opt,name=un_follow_user_id,json=unFollowUserId,proto3" json:"un_follow_user_id,omitempty"` // 当前被取消关注的用户id } func (x *UnFollowUserReq) Reset() { *x = UnFollowUserReq{} if protoimpl.UnsafeEnabled { mi := &file_proto_slowwild_proto_msgTypes[12] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *UnFollowUserReq) String() string { return protoimpl.X.MessageStringOf(x) } func (*UnFollowUserReq) ProtoMessage() {} func (x *UnFollowUserReq) ProtoReflect() protoreflect.Message { mi := &file_proto_slowwild_proto_msgTypes[12] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use UnFollowUserReq.ProtoReflect.Descriptor instead. func (*UnFollowUserReq) Descriptor() ([]byte, []int) { return file_proto_slowwild_proto_rawDescGZIP(), []int{12} } func (x *UnFollowUserReq) GetUserId() int64 { if x != nil { return x.UserId } return 0 } func (x *UnFollowUserReq) GetUnFollowUserId() int64 { if x != nil { return x.UnFollowUserId } return 0 } type UnFollowUserRes struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Success bool `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"` // 是否关注成功 } func (x *UnFollowUserRes) Reset() { *x = UnFollowUserRes{} if protoimpl.UnsafeEnabled { mi := &file_proto_slowwild_proto_msgTypes[13] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *UnFollowUserRes) String() string { return protoimpl.X.MessageStringOf(x) } func (*UnFollowUserRes) ProtoMessage() {} func (x *UnFollowUserRes) ProtoReflect() protoreflect.Message { mi := &file_proto_slowwild_proto_msgTypes[13] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use UnFollowUserRes.ProtoReflect.Descriptor instead. func (*UnFollowUserRes) Descriptor() ([]byte, []int) { return file_proto_slowwild_proto_rawDescGZIP(), []int{13} } func (x *UnFollowUserRes) GetSuccess() bool { if x != nil { return x.Success } return false } // 查询粉丝列表 type GetFollowingReq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields UserId int64 `protobuf:"varint,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` // 当前登录用户的id PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // 数量限制 Page int32 `protobuf:"varint,3,opt,name=page,proto3" json:"page,omitempty"` // 分页开始偏移量 QueryUserId int64 `protobuf:"varint,4,opt,name=query_user_id,json=queryUserId,proto3" json:"query_user_id,omitempty"` // 查询用户的id } func (x *GetFollowingReq) Reset() { *x = GetFollowingReq{} if protoimpl.UnsafeEnabled { mi := &file_proto_slowwild_proto_msgTypes[14] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *GetFollowingReq) String() string { return protoimpl.X.MessageStringOf(x) } func (*GetFollowingReq) ProtoMessage() {} func (x *GetFollowingReq) ProtoReflect() protoreflect.Message { mi := &file_proto_slowwild_proto_msgTypes[14] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use GetFollowingReq.ProtoReflect.Descriptor instead. func (*GetFollowingReq) Descriptor() ([]byte, []int) { return file_proto_slowwild_proto_rawDescGZIP(), []int{14} } func (x *GetFollowingReq) GetUserId() int64 { if x != nil { return x.UserId } return 0 } func (x *GetFollowingReq) GetPageSize() int32 { if x != nil { return x.PageSize } return 0 } func (x *GetFollowingReq) GetPage() int32 { if x != nil { return x.Page } return 0 } func (x *GetFollowingReq) GetQueryUserId() int64 { if x != nil { return x.QueryUserId } return 0 } type GetFollowingRes struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields List []*FollowUserInfo `protobuf:"bytes,1,rep,name=list,proto3" json:"list,omitempty"` Total int64 `protobuf:"varint,2,opt,name=total,proto3" json:"total,omitempty"` } func (x *GetFollowingRes) Reset() { *x = GetFollowingRes{} if protoimpl.UnsafeEnabled { mi := &file_proto_slowwild_proto_msgTypes[15] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *GetFollowingRes) String() string { return protoimpl.X.MessageStringOf(x) } func (*GetFollowingRes) ProtoMessage() {} func (x *GetFollowingRes) ProtoReflect() protoreflect.Message { mi := &file_proto_slowwild_proto_msgTypes[15] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use GetFollowingRes.ProtoReflect.Descriptor instead. func (*GetFollowingRes) Descriptor() ([]byte, []int) { return file_proto_slowwild_proto_rawDescGZIP(), []int{15} } func (x *GetFollowingRes) GetList() []*FollowUserInfo { if x != nil { return x.List } return nil } func (x *GetFollowingRes) GetTotal() int64 { if x != nil { return x.Total } return 0 } // 查询我关注的列表 type GetFollowReq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields UserId int64 `protobuf:"varint,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` // 当前登录用户的id PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // 数量限制 Page int32 `protobuf:"varint,3,opt,name=page,proto3" json:"page,omitempty"` // 分页开始偏移量 QueryUserId int64 `protobuf:"varint,4,opt,name=query_user_id,json=queryUserId,proto3" json:"query_user_id,omitempty"` // 查询用户的id } func (x *GetFollowReq) Reset() { *x = GetFollowReq{} if protoimpl.UnsafeEnabled { mi := &file_proto_slowwild_proto_msgTypes[16] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *GetFollowReq) String() string { return protoimpl.X.MessageStringOf(x) } func (*GetFollowReq) ProtoMessage() {} func (x *GetFollowReq) ProtoReflect() protoreflect.Message { mi := &file_proto_slowwild_proto_msgTypes[16] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use GetFollowReq.ProtoReflect.Descriptor instead. func (*GetFollowReq) Descriptor() ([]byte, []int) { return file_proto_slowwild_proto_rawDescGZIP(), []int{16} } func (x *GetFollowReq) GetUserId() int64 { if x != nil { return x.UserId } return 0 } func (x *GetFollowReq) GetPageSize() int32 { if x != nil { return x.PageSize } return 0 } func (x *GetFollowReq) GetPage() int32 { if x != nil { return x.Page } return 0 } func (x *GetFollowReq) GetQueryUserId() int64 { if x != nil { return x.QueryUserId } return 0 } type GetFollowRes struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields List []*FollowUserInfo `protobuf:"bytes,1,rep,name=list,proto3" json:"list,omitempty"` Total int64 `protobuf:"varint,2,opt,name=total,proto3" json:"total,omitempty"` } func (x *GetFollowRes) Reset() { *x = GetFollowRes{} if protoimpl.UnsafeEnabled { mi := &file_proto_slowwild_proto_msgTypes[17] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *GetFollowRes) String() string { return protoimpl.X.MessageStringOf(x) } func (*GetFollowRes) ProtoMessage() {} func (x *GetFollowRes) ProtoReflect() protoreflect.Message { mi := &file_proto_slowwild_proto_msgTypes[17] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use GetFollowRes.ProtoReflect.Descriptor instead. func (*GetFollowRes) Descriptor() ([]byte, []int) { return file_proto_slowwild_proto_rawDescGZIP(), []int{17} } func (x *GetFollowRes) GetList() []*FollowUserInfo { if x != nil { return x.List } return nil } func (x *GetFollowRes) GetTotal() int64 { if x != nil { return x.Total } return 0 } // 查询用户信息 type GetUserProfileReq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields UserId int64 `protobuf:"varint,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` } func (x *GetUserProfileReq) Reset() { *x = GetUserProfileReq{} if protoimpl.UnsafeEnabled { mi := &file_proto_slowwild_proto_msgTypes[18] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *GetUserProfileReq) String() string { return protoimpl.X.MessageStringOf(x) } func (*GetUserProfileReq) ProtoMessage() {} func (x *GetUserProfileReq) ProtoReflect() protoreflect.Message { mi := &file_proto_slowwild_proto_msgTypes[18] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use GetUserProfileReq.ProtoReflect.Descriptor instead. func (*GetUserProfileReq) Descriptor() ([]byte, []int) { return file_proto_slowwild_proto_rawDescGZIP(), []int{18} } func (x *GetUserProfileReq) GetUserId() int64 { if x != nil { return x.UserId } return 0 } type GetUserProfileRes struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` // 用户id Nickname string `protobuf:"bytes,2,opt,name=nickname,proto3" json:"nickname,omitempty"` // 用户昵称 Username string `protobuf:"bytes,3,opt,name=username,proto3" json:"username,omitempty"` // 用户名 Status int32 `protobuf:"varint,4,opt,name=status,proto3" json:"status,omitempty"` // 用户状态0-正常1-封禁中2-禁言中3-删除 Avatar string `protobuf:"bytes,5,opt,name=avatar,proto3" json:"avatar,omitempty"` // 头像 Phone string `protobuf:"bytes,6,opt,name=phone,proto3" json:"phone,omitempty"` // 手机号 TweetCount int32 `protobuf:"varint,7,opt,name=tweet_count,json=tweetCount,proto3" json:"tweet_count,omitempty"` //帖子数 IsFollowing bool `protobuf:"varint,8,opt,name=is_following,json=isFollowing,proto3" json:"is_following,omitempty"` // 是否关注 CreatedOn int64 `protobuf:"varint,9,opt,name=created_on,json=createdOn,proto3" json:"created_on,omitempty"` // 注册时间 Follows int64 `protobuf:"varint,10,opt,name=follows,proto3" json:"follows,omitempty"` // 关注数 Fans int64 `protobuf:"varint,11,opt,name=fans,proto3" json:"fans,omitempty"` // 粉丝数 GetLikesCount int32 `protobuf:"varint,12,opt,name=get_likes_count,json=getLikesCount,proto3" json:"get_likes_count,omitempty"` //获得点赞数量 GetCollectionCount int32 `protobuf:"varint,13,opt,name=get_collection_count,json=getCollectionCount,proto3" json:"get_collection_count,omitempty"` //获得收藏的数量 Sex int32 `protobuf:"varint,14,opt,name=sex,proto3" json:"sex,omitempty"` //1-男2-女 } func (x *GetUserProfileRes) Reset() { *x = GetUserProfileRes{} if protoimpl.UnsafeEnabled { mi := &file_proto_slowwild_proto_msgTypes[19] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *GetUserProfileRes) String() string { return protoimpl.X.MessageStringOf(x) } func (*GetUserProfileRes) ProtoMessage() {} func (x *GetUserProfileRes) ProtoReflect() protoreflect.Message { mi := &file_proto_slowwild_proto_msgTypes[19] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use GetUserProfileRes.ProtoReflect.Descriptor instead. func (*GetUserProfileRes) Descriptor() ([]byte, []int) { return file_proto_slowwild_proto_rawDescGZIP(), []int{19} } func (x *GetUserProfileRes) GetId() int64 { if x != nil { return x.Id } return 0 } func (x *GetUserProfileRes) GetNickname() string { if x != nil { return x.Nickname } return "" } func (x *GetUserProfileRes) GetUsername() string { if x != nil { return x.Username } return "" } func (x *GetUserProfileRes) GetStatus() int32 { if x != nil { return x.Status } return 0 } func (x *GetUserProfileRes) GetAvatar() string { if x != nil { return x.Avatar } return "" } func (x *GetUserProfileRes) GetPhone() string { if x != nil { return x.Phone } return "" } func (x *GetUserProfileRes) GetTweetCount() int32 { if x != nil { return x.TweetCount } return 0 } func (x *GetUserProfileRes) GetIsFollowing() bool { if x != nil { return x.IsFollowing } return false } func (x *GetUserProfileRes) GetCreatedOn() int64 { if x != nil { return x.CreatedOn } return 0 } func (x *GetUserProfileRes) GetFollows() int64 { if x != nil { return x.Follows } return 0 } func (x *GetUserProfileRes) GetFans() int64 { if x != nil { return x.Fans } return 0 } func (x *GetUserProfileRes) GetGetLikesCount() int32 { if x != nil { return x.GetLikesCount } return 0 } func (x *GetUserProfileRes) GetGetCollectionCount() int32 { if x != nil { return x.GetCollectionCount } return 0 } func (x *GetUserProfileRes) GetSex() int32 { if x != nil { return x.Sex } return 0 } // 模糊查询用户 type SearchUsernameReq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Keyword string `protobuf:"bytes,1,opt,name=keyword,proto3" json:"keyword,omitempty"` Page int32 `protobuf:"varint,2,opt,name=page,proto3" json:"page,omitempty"` PageSize int32 `protobuf:"varint,3,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` UserId int64 `protobuf:"varint,4,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` } func (x *SearchUsernameReq) Reset() { *x = SearchUsernameReq{} if protoimpl.UnsafeEnabled { mi := &file_proto_slowwild_proto_msgTypes[20] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *SearchUsernameReq) String() string { return protoimpl.X.MessageStringOf(x) } func (*SearchUsernameReq) ProtoMessage() {} func (x *SearchUsernameReq) ProtoReflect() protoreflect.Message { mi := &file_proto_slowwild_proto_msgTypes[20] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use SearchUsernameReq.ProtoReflect.Descriptor instead. func (*SearchUsernameReq) Descriptor() ([]byte, []int) { return file_proto_slowwild_proto_rawDescGZIP(), []int{20} } func (x *SearchUsernameReq) GetKeyword() string { if x != nil { return x.Keyword } return "" } func (x *SearchUsernameReq) GetPage() int32 { if x != nil { return x.Page } return 0 } func (x *SearchUsernameReq) GetPageSize() int32 { if x != nil { return x.PageSize } return 0 } func (x *SearchUsernameReq) GetUserId() int64 { if x != nil { return x.UserId } return 0 } type SearchUsernameItem struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Nickname string `protobuf:"bytes,1,opt,name=nickname,proto3" json:"nickname,omitempty"` Avatar string `protobuf:"bytes,2,opt,name=avatar,proto3" json:"avatar,omitempty"` Id int64 `protobuf:"varint,3,opt,name=id,proto3" json:"id,omitempty"` Sex int32 `protobuf:"varint,4,opt,name=sex,proto3" json:"sex,omitempty"` IsFollow bool `protobuf:"varint,5,opt,name=is_follow,json=isFollow,proto3" json:"is_follow,omitempty"` } func (x *SearchUsernameItem) Reset() { *x = SearchUsernameItem{} if protoimpl.UnsafeEnabled { mi := &file_proto_slowwild_proto_msgTypes[21] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *SearchUsernameItem) String() string { return protoimpl.X.MessageStringOf(x) } func (*SearchUsernameItem) ProtoMessage() {} func (x *SearchUsernameItem) ProtoReflect() protoreflect.Message { mi := &file_proto_slowwild_proto_msgTypes[21] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use SearchUsernameItem.ProtoReflect.Descriptor instead. func (*SearchUsernameItem) Descriptor() ([]byte, []int) { return file_proto_slowwild_proto_rawDescGZIP(), []int{21} } func (x *SearchUsernameItem) GetNickname() string { if x != nil { return x.Nickname } return "" } func (x *SearchUsernameItem) GetAvatar() string { if x != nil { return x.Avatar } return "" } func (x *SearchUsernameItem) GetId() int64 { if x != nil { return x.Id } return 0 } func (x *SearchUsernameItem) GetSex() int32 { if x != nil { return x.Sex } return 0 } func (x *SearchUsernameItem) GetIsFollow() bool { if x != nil { return x.IsFollow } return false } type SearchUsernameRes struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields List []*SearchUsernameItem `protobuf:"bytes,1,rep,name=list,proto3" json:"list,omitempty"` Total int64 `protobuf:"varint,2,opt,name=total,proto3" json:"total,omitempty"` } func (x *SearchUsernameRes) Reset() { *x = SearchUsernameRes{} if protoimpl.UnsafeEnabled { mi := &file_proto_slowwild_proto_msgTypes[22] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *SearchUsernameRes) String() string { return protoimpl.X.MessageStringOf(x) } func (*SearchUsernameRes) ProtoMessage() {} func (x *SearchUsernameRes) ProtoReflect() protoreflect.Message { mi := &file_proto_slowwild_proto_msgTypes[22] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use SearchUsernameRes.ProtoReflect.Descriptor instead. func (*SearchUsernameRes) Descriptor() ([]byte, []int) { return file_proto_slowwild_proto_rawDescGZIP(), []int{22} } func (x *SearchUsernameRes) GetList() []*SearchUsernameItem { if x != nil { return x.List } return nil } func (x *SearchUsernameRes) GetTotal() int64 { if x != nil { return x.Total } return 0 } type CreateTag struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` Id int64 `protobuf:"varint,2,opt,name=id,proto3" json:"id,omitempty"` } func (x *CreateTag) Reset() { *x = CreateTag{} if protoimpl.UnsafeEnabled { mi := &file_proto_slowwild_proto_msgTypes[23] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *CreateTag) String() string { return protoimpl.X.MessageStringOf(x) } func (*CreateTag) ProtoMessage() {} func (x *CreateTag) ProtoReflect() protoreflect.Message { mi := &file_proto_slowwild_proto_msgTypes[23] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use CreateTag.ProtoReflect.Descriptor instead. func (*CreateTag) Descriptor() ([]byte, []int) { return file_proto_slowwild_proto_rawDescGZIP(), []int{23} } func (x *CreateTag) GetName() string { if x != nil { return x.Name } return "" } func (x *CreateTag) GetId() int64 { if x != nil { return x.Id } return 0 } type CreatePostReq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields UserId int64 `protobuf:"varint,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` Title string `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"` Content string `protobuf:"bytes,3,opt,name=content,proto3" json:"content,omitempty"` Tags []*CreateTag `protobuf:"bytes,4,rep,name=tags,proto3" json:"tags,omitempty"` AtUserIds []int64 `protobuf:"varint,5,rep,packed,name=at_user_ids,json=atUserIds,proto3" json:"at_user_ids,omitempty"` Type int32 `protobuf:"varint,6,opt,name=type,proto3" json:"type,omitempty"` //0-图文1-视频 Visibility int32 `protobuf:"varint,7,opt,name=visibility,proto3" json:"visibility,omitempty"` //可见性: 0私密 1好友可见 2关注可见 4公开 Images []string `protobuf:"bytes,8,rep,name=images,proto3" json:"images,omitempty"` VideoCover string `protobuf:"bytes,9,opt,name=video_cover,json=videoCover,proto3" json:"video_cover,omitempty"` VideoUrl string `protobuf:"bytes,10,opt,name=video_url,json=videoUrl,proto3" json:"video_url,omitempty"` Ip string `protobuf:"bytes,11,opt,name=ip,proto3" json:"ip,omitempty"` IpLoc string `protobuf:"bytes,12,opt,name=ip_loc,json=ipLoc,proto3" json:"ip_loc,omitempty"` } func (x *CreatePostReq) Reset() { *x = CreatePostReq{} if protoimpl.UnsafeEnabled { mi := &file_proto_slowwild_proto_msgTypes[24] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *CreatePostReq) String() string { return protoimpl.X.MessageStringOf(x) } func (*CreatePostReq) ProtoMessage() {} func (x *CreatePostReq) ProtoReflect() protoreflect.Message { mi := &file_proto_slowwild_proto_msgTypes[24] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use CreatePostReq.ProtoReflect.Descriptor instead. func (*CreatePostReq) Descriptor() ([]byte, []int) { return file_proto_slowwild_proto_rawDescGZIP(), []int{24} } func (x *CreatePostReq) GetUserId() int64 { if x != nil { return x.UserId } return 0 } func (x *CreatePostReq) GetTitle() string { if x != nil { return x.Title } return "" } func (x *CreatePostReq) GetContent() string { if x != nil { return x.Content } return "" } func (x *CreatePostReq) GetTags() []*CreateTag { if x != nil { return x.Tags } return nil } func (x *CreatePostReq) GetAtUserIds() []int64 { if x != nil { return x.AtUserIds } return nil } func (x *CreatePostReq) GetType() int32 { if x != nil { return x.Type } return 0 } func (x *CreatePostReq) GetVisibility() int32 { if x != nil { return x.Visibility } return 0 } func (x *CreatePostReq) GetImages() []string { if x != nil { return x.Images } return nil } func (x *CreatePostReq) GetVideoCover() string { if x != nil { return x.VideoCover } return "" } func (x *CreatePostReq) GetVideoUrl() string { if x != nil { return x.VideoUrl } return "" } func (x *CreatePostReq) GetIp() string { if x != nil { return x.Ip } return "" } func (x *CreatePostReq) GetIpLoc() string { if x != nil { return x.IpLoc } return "" } type CreatePostRsp struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields PostId int64 `protobuf:"varint,1,opt,name=post_id,json=postId,proto3" json:"post_id,omitempty"` } func (x *CreatePostRsp) Reset() { *x = CreatePostRsp{} if protoimpl.UnsafeEnabled { mi := &file_proto_slowwild_proto_msgTypes[25] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *CreatePostRsp) String() string { return protoimpl.X.MessageStringOf(x) } func (*CreatePostRsp) ProtoMessage() {} func (x *CreatePostRsp) ProtoReflect() protoreflect.Message { mi := &file_proto_slowwild_proto_msgTypes[25] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use CreatePostRsp.ProtoReflect.Descriptor instead. func (*CreatePostRsp) Descriptor() ([]byte, []int) { return file_proto_slowwild_proto_rawDescGZIP(), []int{25} } func (x *CreatePostRsp) GetPostId() int64 { if x != nil { return x.PostId } return 0 } type GetTagListReq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Page int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"` PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` TagName string `protobuf:"bytes,3,opt,name=tag_name,json=tagName,proto3" json:"tag_name,omitempty"` SortBy int32 `protobuf:"varint,4,opt,name=sort_by,json=sortBy,proto3" json:"sort_by,omitempty"` //排序方式0-创建时间1-热度 } func (x *GetTagListReq) Reset() { *x = GetTagListReq{} if protoimpl.UnsafeEnabled { mi := &file_proto_slowwild_proto_msgTypes[26] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *GetTagListReq) String() string { return protoimpl.X.MessageStringOf(x) } func (*GetTagListReq) ProtoMessage() {} func (x *GetTagListReq) ProtoReflect() protoreflect.Message { mi := &file_proto_slowwild_proto_msgTypes[26] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use GetTagListReq.ProtoReflect.Descriptor instead. func (*GetTagListReq) Descriptor() ([]byte, []int) { return file_proto_slowwild_proto_rawDescGZIP(), []int{26} } func (x *GetTagListReq) GetPage() int32 { if x != nil { return x.Page } return 0 } func (x *GetTagListReq) GetPageSize() int32 { if x != nil { return x.PageSize } return 0 } func (x *GetTagListReq) GetTagName() string { if x != nil { return x.TagName } return "" } func (x *GetTagListReq) GetSortBy() int32 { if x != nil { return x.SortBy } return 0 } type TagItem struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` HotNum int64 `protobuf:"varint,2,opt,name=hot_num,json=hotNum,proto3" json:"hot_num,omitempty"` User *UserInfo `protobuf:"bytes,3,opt,name=user,proto3" json:"user,omitempty"` Id int64 `protobuf:"varint,4,opt,name=id,proto3" json:"id,omitempty"` CreatedOn int64 `protobuf:"varint,5,opt,name=created_on,json=createdOn,proto3" json:"created_on,omitempty"` } func (x *TagItem) Reset() { *x = TagItem{} if protoimpl.UnsafeEnabled { mi := &file_proto_slowwild_proto_msgTypes[27] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *TagItem) String() string { return protoimpl.X.MessageStringOf(x) } func (*TagItem) ProtoMessage() {} func (x *TagItem) ProtoReflect() protoreflect.Message { mi := &file_proto_slowwild_proto_msgTypes[27] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use TagItem.ProtoReflect.Descriptor instead. func (*TagItem) Descriptor() ([]byte, []int) { return file_proto_slowwild_proto_rawDescGZIP(), []int{27} } func (x *TagItem) GetName() string { if x != nil { return x.Name } return "" } func (x *TagItem) GetHotNum() int64 { if x != nil { return x.HotNum } return 0 } func (x *TagItem) GetUser() *UserInfo { if x != nil { return x.User } return nil } func (x *TagItem) GetId() int64 { if x != nil { return x.Id } return 0 } func (x *TagItem) GetCreatedOn() int64 { if x != nil { return x.CreatedOn } return 0 } type GetTagListRsp struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields TagList []*TagItem `protobuf:"bytes,1,rep,name=tag_list,json=tagList,proto3" json:"tag_list,omitempty"` Total int32 `protobuf:"varint,2,opt,name=total,proto3" json:"total,omitempty"` } func (x *GetTagListRsp) Reset() { *x = GetTagListRsp{} if protoimpl.UnsafeEnabled { mi := &file_proto_slowwild_proto_msgTypes[28] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *GetTagListRsp) String() string { return protoimpl.X.MessageStringOf(x) } func (*GetTagListRsp) ProtoMessage() {} func (x *GetTagListRsp) ProtoReflect() protoreflect.Message { mi := &file_proto_slowwild_proto_msgTypes[28] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use GetTagListRsp.ProtoReflect.Descriptor instead. func (*GetTagListRsp) Descriptor() ([]byte, []int) { return file_proto_slowwild_proto_rawDescGZIP(), []int{28} } func (x *GetTagListRsp) GetTagList() []*TagItem { if x != nil { return x.TagList } return nil } func (x *GetTagListRsp) GetTotal() int32 { if x != nil { return x.Total } return 0 } type GetTagReq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields TagId int64 `protobuf:"varint,1,opt,name=tag_id,json=tagId,proto3" json:"tag_id,omitempty"` UserId int64 `protobuf:"varint,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` } func (x *GetTagReq) Reset() { *x = GetTagReq{} if protoimpl.UnsafeEnabled { mi := &file_proto_slowwild_proto_msgTypes[29] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *GetTagReq) String() string { return protoimpl.X.MessageStringOf(x) } func (*GetTagReq) ProtoMessage() {} func (x *GetTagReq) ProtoReflect() protoreflect.Message { mi := &file_proto_slowwild_proto_msgTypes[29] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use GetTagReq.ProtoReflect.Descriptor instead. func (*GetTagReq) Descriptor() ([]byte, []int) { return file_proto_slowwild_proto_rawDescGZIP(), []int{29} } func (x *GetTagReq) GetTagId() int64 { if x != nil { return x.TagId } return 0 } func (x *GetTagReq) GetUserId() int64 { if x != nil { return x.UserId } return 0 } type GetTagRsp struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` HotNum int64 `protobuf:"varint,2,opt,name=hot_num,json=hotNum,proto3" json:"hot_num,omitempty"` User *UserInfo `protobuf:"bytes,3,opt,name=user,proto3" json:"user,omitempty"` Id int64 `protobuf:"varint,4,opt,name=id,proto3" json:"id,omitempty"` CreatedOn int64 `protobuf:"varint,5,opt,name=created_on,json=createdOn,proto3" json:"created_on,omitempty"` PostCount int64 `protobuf:"varint,6,opt,name=post_count,json=postCount,proto3" json:"post_count,omitempty"` FollowCount int64 `protobuf:"varint,7,opt,name=follow_count,json=followCount,proto3" json:"follow_count,omitempty"` IsFollowed bool `protobuf:"varint,8,opt,name=is_followed,json=isFollowed,proto3" json:"is_followed,omitempty"` } func (x *GetTagRsp) Reset() { *x = GetTagRsp{} if protoimpl.UnsafeEnabled { mi := &file_proto_slowwild_proto_msgTypes[30] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *GetTagRsp) String() string { return protoimpl.X.MessageStringOf(x) } func (*GetTagRsp) ProtoMessage() {} func (x *GetTagRsp) ProtoReflect() protoreflect.Message { mi := &file_proto_slowwild_proto_msgTypes[30] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use GetTagRsp.ProtoReflect.Descriptor instead. func (*GetTagRsp) Descriptor() ([]byte, []int) { return file_proto_slowwild_proto_rawDescGZIP(), []int{30} } func (x *GetTagRsp) GetName() string { if x != nil { return x.Name } return "" } func (x *GetTagRsp) GetHotNum() int64 { if x != nil { return x.HotNum } return 0 } func (x *GetTagRsp) GetUser() *UserInfo { if x != nil { return x.User } return nil } func (x *GetTagRsp) GetId() int64 { if x != nil { return x.Id } return 0 } func (x *GetTagRsp) GetCreatedOn() int64 { if x != nil { return x.CreatedOn } return 0 } func (x *GetTagRsp) GetPostCount() int64 { if x != nil { return x.PostCount } return 0 } func (x *GetTagRsp) GetFollowCount() int64 { if x != nil { return x.FollowCount } return 0 } func (x *GetTagRsp) GetIsFollowed() bool { if x != nil { return x.IsFollowed } return false } type GetPostListReq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Page int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"` PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` SearchType int32 `protobuf:"varint,3,opt,name=search_type,json=searchType,proto3" json:"search_type,omitempty"` // 0-默认搜索1-搜索内容/标题2-话题搜索 SortType int32 `protobuf:"varint,4,opt,name=sort_type,json=sortType,proto3" json:"sort_type,omitempty"` //0-默认创建时间排序1-热度排序 Keyword string `protobuf:"bytes,5,opt,name=keyword,proto3" json:"keyword,omitempty"` // 搜索关键字,或者对应的id UserId int64 `protobuf:"varint,6,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` // 用户id } func (x *GetPostListReq) Reset() { *x = GetPostListReq{} if protoimpl.UnsafeEnabled { mi := &file_proto_slowwild_proto_msgTypes[31] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *GetPostListReq) String() string { return protoimpl.X.MessageStringOf(x) } func (*GetPostListReq) ProtoMessage() {} func (x *GetPostListReq) ProtoReflect() protoreflect.Message { mi := &file_proto_slowwild_proto_msgTypes[31] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use GetPostListReq.ProtoReflect.Descriptor instead. func (*GetPostListReq) Descriptor() ([]byte, []int) { return file_proto_slowwild_proto_rawDescGZIP(), []int{31} } func (x *GetPostListReq) GetPage() int32 { if x != nil { return x.Page } return 0 } func (x *GetPostListReq) GetPageSize() int32 { if x != nil { return x.PageSize } return 0 } func (x *GetPostListReq) GetSearchType() int32 { if x != nil { return x.SearchType } return 0 } func (x *GetPostListReq) GetSortType() int32 { if x != nil { return x.SortType } return 0 } func (x *GetPostListReq) GetKeyword() string { if x != nil { return x.Keyword } return "" } func (x *GetPostListReq) GetUserId() int64 { if x != nil { return x.UserId } return 0 } type GetPostListItem struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` User *UserInfo `protobuf:"bytes,2,opt,name=user,proto3" json:"user,omitempty"` Title string `protobuf:"bytes,3,opt,name=title,proto3" json:"title,omitempty"` ContentSummary string `protobuf:"bytes,4,opt,name=content_summary,json=contentSummary,proto3" json:"content_summary,omitempty"` PostType int32 `protobuf:"varint,5,opt,name=post_type,json=postType,proto3" json:"post_type,omitempty"` //帖子类型0-普通图文1-视频 CommentCount int64 `protobuf:"varint,6,opt,name=comment_count,json=commentCount,proto3" json:"comment_count,omitempty"` UpvoteCount int64 `protobuf:"varint,7,opt,name=upvote_count,json=upvoteCount,proto3" json:"upvote_count,omitempty"` CollectionCount int64 `protobuf:"varint,8,opt,name=collection_count,json=collectionCount,proto3" json:"collection_count,omitempty"` ShareCount int64 `protobuf:"varint,9,opt,name=share_count,json=shareCount,proto3" json:"share_count,omitempty"` Visibillity int32 `protobuf:"varint,10,opt,name=visibillity,proto3" json:"visibillity,omitempty"` IpLoc string `protobuf:"bytes,11,opt,name=ip_loc,json=ipLoc,proto3" json:"ip_loc,omitempty"` HotNum int64 `protobuf:"varint,12,opt,name=hot_num,json=hotNum,proto3" json:"hot_num,omitempty"` Images []string `protobuf:"bytes,13,rep,name=images,proto3" json:"images,omitempty"` VideoUrl string `protobuf:"bytes,14,opt,name=video_url,json=videoUrl,proto3" json:"video_url,omitempty"` VideoCover string `protobuf:"bytes,15,opt,name=video_cover,json=videoCover,proto3" json:"video_cover,omitempty"` CreatedOn int64 `protobuf:"varint,16,opt,name=created_on,json=createdOn,proto3" json:"created_on,omitempty"` Tags []*TagItem `protobuf:"bytes,17,rep,name=tags,proto3" json:"tags,omitempty"` IsLiked bool `protobuf:"varint,18,opt,name=is_liked,json=isLiked,proto3" json:"is_liked,omitempty"` IsCollected bool `protobuf:"varint,19,opt,name=is_collected,json=isCollected,proto3" json:"is_collected,omitempty"` IsMine bool `protobuf:"varint,20,opt,name=is_mine,json=isMine,proto3" json:"is_mine,omitempty"` } func (x *GetPostListItem) Reset() { *x = GetPostListItem{} if protoimpl.UnsafeEnabled { mi := &file_proto_slowwild_proto_msgTypes[32] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *GetPostListItem) String() string { return protoimpl.X.MessageStringOf(x) } func (*GetPostListItem) ProtoMessage() {} func (x *GetPostListItem) ProtoReflect() protoreflect.Message { mi := &file_proto_slowwild_proto_msgTypes[32] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use GetPostListItem.ProtoReflect.Descriptor instead. func (*GetPostListItem) Descriptor() ([]byte, []int) { return file_proto_slowwild_proto_rawDescGZIP(), []int{32} } func (x *GetPostListItem) GetId() int64 { if x != nil { return x.Id } return 0 } func (x *GetPostListItem) GetUser() *UserInfo { if x != nil { return x.User } return nil } func (x *GetPostListItem) GetTitle() string { if x != nil { return x.Title } return "" } func (x *GetPostListItem) GetContentSummary() string { if x != nil { return x.ContentSummary } return "" } func (x *GetPostListItem) GetPostType() int32 { if x != nil { return x.PostType } return 0 } func (x *GetPostListItem) GetCommentCount() int64 { if x != nil { return x.CommentCount } return 0 } func (x *GetPostListItem) GetUpvoteCount() int64 { if x != nil { return x.UpvoteCount } return 0 } func (x *GetPostListItem) GetCollectionCount() int64 { if x != nil { return x.CollectionCount } return 0 } func (x *GetPostListItem) GetShareCount() int64 { if x != nil { return x.ShareCount } return 0 } func (x *GetPostListItem) GetVisibillity() int32 { if x != nil { return x.Visibillity } return 0 } func (x *GetPostListItem) GetIpLoc() string { if x != nil { return x.IpLoc } return "" } func (x *GetPostListItem) GetHotNum() int64 { if x != nil { return x.HotNum } return 0 } func (x *GetPostListItem) GetImages() []string { if x != nil { return x.Images } return nil } func (x *GetPostListItem) GetVideoUrl() string { if x != nil { return x.VideoUrl } return "" } func (x *GetPostListItem) GetVideoCover() string { if x != nil { return x.VideoCover } return "" } func (x *GetPostListItem) GetCreatedOn() int64 { if x != nil { return x.CreatedOn } return 0 } func (x *GetPostListItem) GetTags() []*TagItem { if x != nil { return x.Tags } return nil } func (x *GetPostListItem) GetIsLiked() bool { if x != nil { return x.IsLiked } return false } func (x *GetPostListItem) GetIsCollected() bool { if x != nil { return x.IsCollected } return false } func (x *GetPostListItem) GetIsMine() bool { if x != nil { return x.IsMine } return false } type GetPostListRsp struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields List []*GetPostListItem `protobuf:"bytes,1,rep,name=List,proto3" json:"List,omitempty"` Total int64 `protobuf:"varint,2,opt,name=total,proto3" json:"total,omitempty"` } func (x *GetPostListRsp) Reset() { *x = GetPostListRsp{} if protoimpl.UnsafeEnabled { mi := &file_proto_slowwild_proto_msgTypes[33] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *GetPostListRsp) String() string { return protoimpl.X.MessageStringOf(x) } func (*GetPostListRsp) ProtoMessage() {} func (x *GetPostListRsp) ProtoReflect() protoreflect.Message { mi := &file_proto_slowwild_proto_msgTypes[33] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use GetPostListRsp.ProtoReflect.Descriptor instead. func (*GetPostListRsp) Descriptor() ([]byte, []int) { return file_proto_slowwild_proto_rawDescGZIP(), []int{33} } func (x *GetPostListRsp) GetList() []*GetPostListItem { if x != nil { return x.List } return nil } func (x *GetPostListRsp) GetTotal() int64 { if x != nil { return x.Total } return 0 } type GetPostReq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields UserId int64 `protobuf:"varint,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` PostId int64 `protobuf:"varint,2,opt,name=post_id,json=postId,proto3" json:"post_id,omitempty"` } func (x *GetPostReq) Reset() { *x = GetPostReq{} if protoimpl.UnsafeEnabled { mi := &file_proto_slowwild_proto_msgTypes[34] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *GetPostReq) String() string { return protoimpl.X.MessageStringOf(x) } func (*GetPostReq) ProtoMessage() {} func (x *GetPostReq) ProtoReflect() protoreflect.Message { mi := &file_proto_slowwild_proto_msgTypes[34] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use GetPostReq.ProtoReflect.Descriptor instead. func (*GetPostReq) Descriptor() ([]byte, []int) { return file_proto_slowwild_proto_rawDescGZIP(), []int{34} } func (x *GetPostReq) GetUserId() int64 { if x != nil { return x.UserId } return 0 } func (x *GetPostReq) GetPostId() int64 { if x != nil { return x.PostId } return 0 } type GetPostRsp struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` User *UserInfo `protobuf:"bytes,2,opt,name=user,proto3" json:"user,omitempty"` Title string `protobuf:"bytes,3,opt,name=title,proto3" json:"title,omitempty"` ContentSummary string `protobuf:"bytes,4,opt,name=content_summary,json=contentSummary,proto3" json:"content_summary,omitempty"` PostType int32 `protobuf:"varint,5,opt,name=post_type,json=postType,proto3" json:"post_type,omitempty"` //帖子类型0-普通图文1-视频 CommentCount int64 `protobuf:"varint,6,opt,name=comment_count,json=commentCount,proto3" json:"comment_count,omitempty"` UpvoteCount int64 `protobuf:"varint,7,opt,name=upvote_count,json=upvoteCount,proto3" json:"upvote_count,omitempty"` CollectionCount int64 `protobuf:"varint,8,opt,name=collection_count,json=collectionCount,proto3" json:"collection_count,omitempty"` ShareCount int64 `protobuf:"varint,9,opt,name=share_count,json=shareCount,proto3" json:"share_count,omitempty"` Visibillity int32 `protobuf:"varint,10,opt,name=visibillity,proto3" json:"visibillity,omitempty"` IpLoc string `protobuf:"bytes,11,opt,name=ip_loc,json=ipLoc,proto3" json:"ip_loc,omitempty"` HotNum int64 `protobuf:"varint,12,opt,name=hot_num,json=hotNum,proto3" json:"hot_num,omitempty"` Images []string `protobuf:"bytes,13,rep,name=images,proto3" json:"images,omitempty"` VideoUrl string `protobuf:"bytes,14,opt,name=video_url,json=videoUrl,proto3" json:"video_url,omitempty"` VideoCover string `protobuf:"bytes,15,opt,name=video_cover,json=videoCover,proto3" json:"video_cover,omitempty"` Content string `protobuf:"bytes,16,opt,name=content,proto3" json:"content,omitempty"` CreatedOn int64 `protobuf:"varint,17,opt,name=created_on,json=createdOn,proto3" json:"created_on,omitempty"` Tags []*TagItem `protobuf:"bytes,18,rep,name=tags,proto3" json:"tags,omitempty"` WithUser []*UserInfo `protobuf:"bytes,19,rep,name=with_user,json=withUser,proto3" json:"with_user,omitempty"` LatestRepliedOn int64 `protobuf:"varint,20,opt,name=latest_replied_on,json=latestRepliedOn,proto3" json:"latest_replied_on,omitempty"` IsLiked bool `protobuf:"varint,21,opt,name=is_liked,json=isLiked,proto3" json:"is_liked,omitempty"` IsCollected bool `protobuf:"varint,22,opt,name=is_collected,json=isCollected,proto3" json:"is_collected,omitempty"` IsMine bool `protobuf:"varint,23,opt,name=is_mine,json=isMine,proto3" json:"is_mine,omitempty"` } func (x *GetPostRsp) Reset() { *x = GetPostRsp{} if protoimpl.UnsafeEnabled { mi := &file_proto_slowwild_proto_msgTypes[35] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *GetPostRsp) String() string { return protoimpl.X.MessageStringOf(x) } func (*GetPostRsp) ProtoMessage() {} func (x *GetPostRsp) ProtoReflect() protoreflect.Message { mi := &file_proto_slowwild_proto_msgTypes[35] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use GetPostRsp.ProtoReflect.Descriptor instead. func (*GetPostRsp) Descriptor() ([]byte, []int) { return file_proto_slowwild_proto_rawDescGZIP(), []int{35} } func (x *GetPostRsp) GetId() int64 { if x != nil { return x.Id } return 0 } func (x *GetPostRsp) GetUser() *UserInfo { if x != nil { return x.User } return nil } func (x *GetPostRsp) GetTitle() string { if x != nil { return x.Title } return "" } func (x *GetPostRsp) GetContentSummary() string { if x != nil { return x.ContentSummary } return "" } func (x *GetPostRsp) GetPostType() int32 { if x != nil { return x.PostType } return 0 } func (x *GetPostRsp) GetCommentCount() int64 { if x != nil { return x.CommentCount } return 0 } func (x *GetPostRsp) GetUpvoteCount() int64 { if x != nil { return x.UpvoteCount } return 0 } func (x *GetPostRsp) GetCollectionCount() int64 { if x != nil { return x.CollectionCount } return 0 } func (x *GetPostRsp) GetShareCount() int64 { if x != nil { return x.ShareCount } return 0 } func (x *GetPostRsp) GetVisibillity() int32 { if x != nil { return x.Visibillity } return 0 } func (x *GetPostRsp) GetIpLoc() string { if x != nil { return x.IpLoc } return "" } func (x *GetPostRsp) GetHotNum() int64 { if x != nil { return x.HotNum } return 0 } func (x *GetPostRsp) GetImages() []string { if x != nil { return x.Images } return nil } func (x *GetPostRsp) GetVideoUrl() string { if x != nil { return x.VideoUrl } return "" } func (x *GetPostRsp) GetVideoCover() string { if x != nil { return x.VideoCover } return "" } func (x *GetPostRsp) GetContent() string { if x != nil { return x.Content } return "" } func (x *GetPostRsp) GetCreatedOn() int64 { if x != nil { return x.CreatedOn } return 0 } func (x *GetPostRsp) GetTags() []*TagItem { if x != nil { return x.Tags } return nil } func (x *GetPostRsp) GetWithUser() []*UserInfo { if x != nil { return x.WithUser } return nil } func (x *GetPostRsp) GetLatestRepliedOn() int64 { if x != nil { return x.LatestRepliedOn } return 0 } func (x *GetPostRsp) GetIsLiked() bool { if x != nil { return x.IsLiked } return false } func (x *GetPostRsp) GetIsCollected() bool { if x != nil { return x.IsCollected } return false } func (x *GetPostRsp) GetIsMine() bool { if x != nil { return x.IsMine } return false } type PostUpvoteReq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields PostId int64 `protobuf:"varint,1,opt,name=post_id,json=postId,proto3" json:"post_id,omitempty"` UserId int64 `protobuf:"varint,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` } func (x *PostUpvoteReq) Reset() { *x = PostUpvoteReq{} if protoimpl.UnsafeEnabled { mi := &file_proto_slowwild_proto_msgTypes[36] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *PostUpvoteReq) String() string { return protoimpl.X.MessageStringOf(x) } func (*PostUpvoteReq) ProtoMessage() {} func (x *PostUpvoteReq) ProtoReflect() protoreflect.Message { mi := &file_proto_slowwild_proto_msgTypes[36] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use PostUpvoteReq.ProtoReflect.Descriptor instead. func (*PostUpvoteReq) Descriptor() ([]byte, []int) { return file_proto_slowwild_proto_rawDescGZIP(), []int{36} } func (x *PostUpvoteReq) GetPostId() int64 { if x != nil { return x.PostId } return 0 } func (x *PostUpvoteReq) GetUserId() int64 { if x != nil { return x.UserId } return 0 } type PostUpvoteRsp struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Success bool `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"` } func (x *PostUpvoteRsp) Reset() { *x = PostUpvoteRsp{} if protoimpl.UnsafeEnabled { mi := &file_proto_slowwild_proto_msgTypes[37] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *PostUpvoteRsp) String() string { return protoimpl.X.MessageStringOf(x) } func (*PostUpvoteRsp) ProtoMessage() {} func (x *PostUpvoteRsp) ProtoReflect() protoreflect.Message { mi := &file_proto_slowwild_proto_msgTypes[37] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use PostUpvoteRsp.ProtoReflect.Descriptor instead. func (*PostUpvoteRsp) Descriptor() ([]byte, []int) { return file_proto_slowwild_proto_rawDescGZIP(), []int{37} } func (x *PostUpvoteRsp) GetSuccess() bool { if x != nil { return x.Success } return false } type PostCollectionReq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields PostId int64 `protobuf:"varint,1,opt,name=post_id,json=postId,proto3" json:"post_id,omitempty"` UserId int64 `protobuf:"varint,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` } func (x *PostCollectionReq) Reset() { *x = PostCollectionReq{} if protoimpl.UnsafeEnabled { mi := &file_proto_slowwild_proto_msgTypes[38] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *PostCollectionReq) String() string { return protoimpl.X.MessageStringOf(x) } func (*PostCollectionReq) ProtoMessage() {} func (x *PostCollectionReq) ProtoReflect() protoreflect.Message { mi := &file_proto_slowwild_proto_msgTypes[38] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use PostCollectionReq.ProtoReflect.Descriptor instead. func (*PostCollectionReq) Descriptor() ([]byte, []int) { return file_proto_slowwild_proto_rawDescGZIP(), []int{38} } func (x *PostCollectionReq) GetPostId() int64 { if x != nil { return x.PostId } return 0 } func (x *PostCollectionReq) GetUserId() int64 { if x != nil { return x.UserId } return 0 } type PostCollectionRsp struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Success bool `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"` } func (x *PostCollectionRsp) Reset() { *x = PostCollectionRsp{} if protoimpl.UnsafeEnabled { mi := &file_proto_slowwild_proto_msgTypes[39] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *PostCollectionRsp) String() string { return protoimpl.X.MessageStringOf(x) } func (*PostCollectionRsp) ProtoMessage() {} func (x *PostCollectionRsp) ProtoReflect() protoreflect.Message { mi := &file_proto_slowwild_proto_msgTypes[39] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use PostCollectionRsp.ProtoReflect.Descriptor instead. func (*PostCollectionRsp) Descriptor() ([]byte, []int) { return file_proto_slowwild_proto_rawDescGZIP(), []int{39} } func (x *PostCollectionRsp) GetSuccess() bool { if x != nil { return x.Success } return false } type PostShareReq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields PostId int64 `protobuf:"varint,1,opt,name=post_id,json=postId,proto3" json:"post_id,omitempty"` UserId int64 `protobuf:"varint,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` } func (x *PostShareReq) Reset() { *x = PostShareReq{} if protoimpl.UnsafeEnabled { mi := &file_proto_slowwild_proto_msgTypes[40] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *PostShareReq) String() string { return protoimpl.X.MessageStringOf(x) } func (*PostShareReq) ProtoMessage() {} func (x *PostShareReq) ProtoReflect() protoreflect.Message { mi := &file_proto_slowwild_proto_msgTypes[40] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use PostShareReq.ProtoReflect.Descriptor instead. func (*PostShareReq) Descriptor() ([]byte, []int) { return file_proto_slowwild_proto_rawDescGZIP(), []int{40} } func (x *PostShareReq) GetPostId() int64 { if x != nil { return x.PostId } return 0 } func (x *PostShareReq) GetUserId() int64 { if x != nil { return x.UserId } return 0 } type PostShareRsp struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Success bool `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"` } func (x *PostShareRsp) Reset() { *x = PostShareRsp{} if protoimpl.UnsafeEnabled { mi := &file_proto_slowwild_proto_msgTypes[41] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *PostShareRsp) String() string { return protoimpl.X.MessageStringOf(x) } func (*PostShareRsp) ProtoMessage() {} func (x *PostShareRsp) ProtoReflect() protoreflect.Message { mi := &file_proto_slowwild_proto_msgTypes[41] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use PostShareRsp.ProtoReflect.Descriptor instead. func (*PostShareRsp) Descriptor() ([]byte, []int) { return file_proto_slowwild_proto_rawDescGZIP(), []int{41} } func (x *PostShareRsp) GetSuccess() bool { if x != nil { return x.Success } return false } type PostCommentReq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields PostId int64 `protobuf:"varint,1,opt,name=post_id,json=postId,proto3" json:"post_id,omitempty"` UserId int64 `protobuf:"varint,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` Content string `protobuf:"bytes,3,opt,name=content,proto3" json:"content,omitempty"` Image string `protobuf:"bytes,4,opt,name=image,proto3" json:"image,omitempty"` AtUserId int64 `protobuf:"varint,5,opt,name=at_user_id,json=atUserId,proto3" json:"at_user_id,omitempty"` Ip string `protobuf:"bytes,6,opt,name=ip,proto3" json:"ip,omitempty"` IpLoc string `protobuf:"bytes,7,opt,name=ip_loc,json=ipLoc,proto3" json:"ip_loc,omitempty"` } func (x *PostCommentReq) Reset() { *x = PostCommentReq{} if protoimpl.UnsafeEnabled { mi := &file_proto_slowwild_proto_msgTypes[42] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *PostCommentReq) String() string { return protoimpl.X.MessageStringOf(x) } func (*PostCommentReq) ProtoMessage() {} func (x *PostCommentReq) ProtoReflect() protoreflect.Message { mi := &file_proto_slowwild_proto_msgTypes[42] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use PostCommentReq.ProtoReflect.Descriptor instead. func (*PostCommentReq) Descriptor() ([]byte, []int) { return file_proto_slowwild_proto_rawDescGZIP(), []int{42} } func (x *PostCommentReq) GetPostId() int64 { if x != nil { return x.PostId } return 0 } func (x *PostCommentReq) GetUserId() int64 { if x != nil { return x.UserId } return 0 } func (x *PostCommentReq) GetContent() string { if x != nil { return x.Content } return "" } func (x *PostCommentReq) GetImage() string { if x != nil { return x.Image } return "" } func (x *PostCommentReq) GetAtUserId() int64 { if x != nil { return x.AtUserId } return 0 } func (x *PostCommentReq) GetIp() string { if x != nil { return x.Ip } return "" } func (x *PostCommentReq) GetIpLoc() string { if x != nil { return x.IpLoc } return "" } type PostCommentRsp struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields CommentId int64 `protobuf:"varint,1,opt,name=comment_id,json=commentId,proto3" json:"comment_id,omitempty"` } func (x *PostCommentRsp) Reset() { *x = PostCommentRsp{} if protoimpl.UnsafeEnabled { mi := &file_proto_slowwild_proto_msgTypes[43] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *PostCommentRsp) String() string { return protoimpl.X.MessageStringOf(x) } func (*PostCommentRsp) ProtoMessage() {} func (x *PostCommentRsp) ProtoReflect() protoreflect.Message { mi := &file_proto_slowwild_proto_msgTypes[43] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use PostCommentRsp.ProtoReflect.Descriptor instead. func (*PostCommentRsp) Descriptor() ([]byte, []int) { return file_proto_slowwild_proto_rawDescGZIP(), []int{43} } func (x *PostCommentRsp) GetCommentId() int64 { if x != nil { return x.CommentId } return 0 } type PostReplyReq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields PostId int64 `protobuf:"varint,1,opt,name=post_id,json=postId,proto3" json:"post_id,omitempty"` UserId int64 `protobuf:"varint,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` Content string `protobuf:"bytes,3,opt,name=content,proto3" json:"content,omitempty"` Image string `protobuf:"bytes,4,opt,name=image,proto3" json:"image,omitempty"` AtUserId int64 `protobuf:"varint,5,opt,name=at_user_id,json=atUserId,proto3" json:"at_user_id,omitempty"` Ip string `protobuf:"bytes,6,opt,name=ip,proto3" json:"ip,omitempty"` IpLoc string `protobuf:"bytes,7,opt,name=ip_loc,json=ipLoc,proto3" json:"ip_loc,omitempty"` CommentId int64 `protobuf:"varint,8,opt,name=comment_id,json=commentId,proto3" json:"comment_id,omitempty"` ToReplyId int64 `protobuf:"varint,9,opt,name=to_reply_id,json=toReplyId,proto3" json:"to_reply_id,omitempty"` } func (x *PostReplyReq) Reset() { *x = PostReplyReq{} if protoimpl.UnsafeEnabled { mi := &file_proto_slowwild_proto_msgTypes[44] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *PostReplyReq) String() string { return protoimpl.X.MessageStringOf(x) } func (*PostReplyReq) ProtoMessage() {} func (x *PostReplyReq) ProtoReflect() protoreflect.Message { mi := &file_proto_slowwild_proto_msgTypes[44] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use PostReplyReq.ProtoReflect.Descriptor instead. func (*PostReplyReq) Descriptor() ([]byte, []int) { return file_proto_slowwild_proto_rawDescGZIP(), []int{44} } func (x *PostReplyReq) GetPostId() int64 { if x != nil { return x.PostId } return 0 } func (x *PostReplyReq) GetUserId() int64 { if x != nil { return x.UserId } return 0 } func (x *PostReplyReq) GetContent() string { if x != nil { return x.Content } return "" } func (x *PostReplyReq) GetImage() string { if x != nil { return x.Image } return "" } func (x *PostReplyReq) GetAtUserId() int64 { if x != nil { return x.AtUserId } return 0 } func (x *PostReplyReq) GetIp() string { if x != nil { return x.Ip } return "" } func (x *PostReplyReq) GetIpLoc() string { if x != nil { return x.IpLoc } return "" } func (x *PostReplyReq) GetCommentId() int64 { if x != nil { return x.CommentId } return 0 } func (x *PostReplyReq) GetToReplyId() int64 { if x != nil { return x.ToReplyId } return 0 } type PostReplyRsp struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields ReplyId int64 `protobuf:"varint,1,opt,name=reply_id,json=replyId,proto3" json:"reply_id,omitempty"` } func (x *PostReplyRsp) Reset() { *x = PostReplyRsp{} if protoimpl.UnsafeEnabled { mi := &file_proto_slowwild_proto_msgTypes[45] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *PostReplyRsp) String() string { return protoimpl.X.MessageStringOf(x) } func (*PostReplyRsp) ProtoMessage() {} func (x *PostReplyRsp) ProtoReflect() protoreflect.Message { mi := &file_proto_slowwild_proto_msgTypes[45] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use PostReplyRsp.ProtoReflect.Descriptor instead. func (*PostReplyRsp) Descriptor() ([]byte, []int) { return file_proto_slowwild_proto_rawDescGZIP(), []int{45} } func (x *PostReplyRsp) GetReplyId() int64 { if x != nil { return x.ReplyId } return 0 } type GetPostCommentListReq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Page int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"` PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` PostId int64 `protobuf:"varint,3,opt,name=post_id,json=postId,proto3" json:"post_id,omitempty"` UserId int64 `protobuf:"varint,4,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` } func (x *GetPostCommentListReq) Reset() { *x = GetPostCommentListReq{} if protoimpl.UnsafeEnabled { mi := &file_proto_slowwild_proto_msgTypes[46] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *GetPostCommentListReq) String() string { return protoimpl.X.MessageStringOf(x) } func (*GetPostCommentListReq) ProtoMessage() {} func (x *GetPostCommentListReq) ProtoReflect() protoreflect.Message { mi := &file_proto_slowwild_proto_msgTypes[46] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use GetPostCommentListReq.ProtoReflect.Descriptor instead. func (*GetPostCommentListReq) Descriptor() ([]byte, []int) { return file_proto_slowwild_proto_rawDescGZIP(), []int{46} } func (x *GetPostCommentListReq) GetPage() int32 { if x != nil { return x.Page } return 0 } func (x *GetPostCommentListReq) GetPageSize() int32 { if x != nil { return x.PageSize } return 0 } func (x *GetPostCommentListReq) GetPostId() int64 { if x != nil { return x.PostId } return 0 } func (x *GetPostCommentListReq) GetUserId() int64 { if x != nil { return x.UserId } return 0 } type RepliesItem struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` PostId int64 `protobuf:"varint,2,opt,name=post_id,json=postId,proto3" json:"post_id,omitempty"` User *UserInfo `protobuf:"bytes,3,opt,name=user,proto3" json:"user,omitempty"` IpLoc string `protobuf:"bytes,4,opt,name=ip_loc,json=ipLoc,proto3" json:"ip_loc,omitempty"` Content string `protobuf:"bytes,5,opt,name=content,proto3" json:"content,omitempty"` Image string `protobuf:"bytes,6,opt,name=image,proto3" json:"image,omitempty"` WithUser []*UserInfo `protobuf:"bytes,7,rep,name=with_user,json=withUser,proto3" json:"with_user,omitempty"` UpvoteCount int64 `protobuf:"varint,8,opt,name=upvote_count,json=upvoteCount,proto3" json:"upvote_count,omitempty"` IsLiked bool `protobuf:"varint,9,opt,name=is_liked,json=isLiked,proto3" json:"is_liked,omitempty"` IsMine bool `protobuf:"varint,10,opt,name=is_mine,json=isMine,proto3" json:"is_mine,omitempty"` CreatedOn int64 `protobuf:"varint,13,opt,name=created_on,json=createdOn,proto3" json:"created_on,omitempty"` } func (x *RepliesItem) Reset() { *x = RepliesItem{} if protoimpl.UnsafeEnabled { mi := &file_proto_slowwild_proto_msgTypes[47] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *RepliesItem) String() string { return protoimpl.X.MessageStringOf(x) } func (*RepliesItem) ProtoMessage() {} func (x *RepliesItem) ProtoReflect() protoreflect.Message { mi := &file_proto_slowwild_proto_msgTypes[47] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use RepliesItem.ProtoReflect.Descriptor instead. func (*RepliesItem) Descriptor() ([]byte, []int) { return file_proto_slowwild_proto_rawDescGZIP(), []int{47} } func (x *RepliesItem) GetId() int64 { if x != nil { return x.Id } return 0 } func (x *RepliesItem) GetPostId() int64 { if x != nil { return x.PostId } return 0 } func (x *RepliesItem) GetUser() *UserInfo { if x != nil { return x.User } return nil } func (x *RepliesItem) GetIpLoc() string { if x != nil { return x.IpLoc } return "" } func (x *RepliesItem) GetContent() string { if x != nil { return x.Content } return "" } func (x *RepliesItem) GetImage() string { if x != nil { return x.Image } return "" } func (x *RepliesItem) GetWithUser() []*UserInfo { if x != nil { return x.WithUser } return nil } func (x *RepliesItem) GetUpvoteCount() int64 { if x != nil { return x.UpvoteCount } return 0 } func (x *RepliesItem) GetIsLiked() bool { if x != nil { return x.IsLiked } return false } func (x *RepliesItem) GetIsMine() bool { if x != nil { return x.IsMine } return false } func (x *RepliesItem) GetCreatedOn() int64 { if x != nil { return x.CreatedOn } return 0 } type CommentItem struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"` PostId int64 `protobuf:"varint,2,opt,name=post_id,json=postId,proto3" json:"post_id,omitempty"` User *UserInfo `protobuf:"bytes,3,opt,name=user,proto3" json:"user,omitempty"` IpLoc string `protobuf:"bytes,4,opt,name=ip_loc,json=ipLoc,proto3" json:"ip_loc,omitempty"` Content string `protobuf:"bytes,5,opt,name=content,proto3" json:"content,omitempty"` Image string `protobuf:"bytes,6,opt,name=image,proto3" json:"image,omitempty"` WithUser []*UserInfo `protobuf:"bytes,7,rep,name=with_user,json=withUser,proto3" json:"with_user,omitempty"` ReplyCount int64 `protobuf:"varint,8,opt,name=reply_count,json=replyCount,proto3" json:"reply_count,omitempty"` UpvoteCount int64 `protobuf:"varint,9,opt,name=upvote_count,json=upvoteCount,proto3" json:"upvote_count,omitempty"` ReplyItem []*RepliesItem `protobuf:"bytes,10,rep,name=reply_item,json=replyItem,proto3" json:"reply_item,omitempty"` IsLiked bool `protobuf:"varint,11,opt,name=is_liked,json=isLiked,proto3" json:"is_liked,omitempty"` IsMine bool `protobuf:"varint,12,opt,name=is_mine,json=isMine,proto3" json:"is_mine,omitempty"` CreatedOn int64 `protobuf:"varint,13,opt,name=created_on,json=createdOn,proto3" json:"created_on,omitempty"` } func (x *CommentItem) Reset() { *x = CommentItem{} if protoimpl.UnsafeEnabled { mi := &file_proto_slowwild_proto_msgTypes[48] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *CommentItem) String() string { return protoimpl.X.MessageStringOf(x) } func (*CommentItem) ProtoMessage() {} func (x *CommentItem) ProtoReflect() protoreflect.Message { mi := &file_proto_slowwild_proto_msgTypes[48] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use CommentItem.ProtoReflect.Descriptor instead. func (*CommentItem) Descriptor() ([]byte, []int) { return file_proto_slowwild_proto_rawDescGZIP(), []int{48} } func (x *CommentItem) GetId() int64 { if x != nil { return x.Id } return 0 } func (x *CommentItem) GetPostId() int64 { if x != nil { return x.PostId } return 0 } func (x *CommentItem) GetUser() *UserInfo { if x != nil { return x.User } return nil } func (x *CommentItem) GetIpLoc() string { if x != nil { return x.IpLoc } return "" } func (x *CommentItem) GetContent() string { if x != nil { return x.Content } return "" } func (x *CommentItem) GetImage() string { if x != nil { return x.Image } return "" } func (x *CommentItem) GetWithUser() []*UserInfo { if x != nil { return x.WithUser } return nil } func (x *CommentItem) GetReplyCount() int64 { if x != nil { return x.ReplyCount } return 0 } func (x *CommentItem) GetUpvoteCount() int64 { if x != nil { return x.UpvoteCount } return 0 } func (x *CommentItem) GetReplyItem() []*RepliesItem { if x != nil { return x.ReplyItem } return nil } func (x *CommentItem) GetIsLiked() bool { if x != nil { return x.IsLiked } return false } func (x *CommentItem) GetIsMine() bool { if x != nil { return x.IsMine } return false } func (x *CommentItem) GetCreatedOn() int64 { if x != nil { return x.CreatedOn } return 0 } type GetPostCommentListRsp struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields List []*CommentItem `protobuf:"bytes,1,rep,name=list,proto3" json:"list,omitempty"` Total int64 `protobuf:"varint,2,opt,name=total,proto3" json:"total,omitempty"` } func (x *GetPostCommentListRsp) Reset() { *x = GetPostCommentListRsp{} if protoimpl.UnsafeEnabled { mi := &file_proto_slowwild_proto_msgTypes[49] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *GetPostCommentListRsp) String() string { return protoimpl.X.MessageStringOf(x) } func (*GetPostCommentListRsp) ProtoMessage() {} func (x *GetPostCommentListRsp) ProtoReflect() protoreflect.Message { mi := &file_proto_slowwild_proto_msgTypes[49] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use GetPostCommentListRsp.ProtoReflect.Descriptor instead. func (*GetPostCommentListRsp) Descriptor() ([]byte, []int) { return file_proto_slowwild_proto_rawDescGZIP(), []int{49} } func (x *GetPostCommentListRsp) GetList() []*CommentItem { if x != nil { return x.List } return nil } func (x *GetPostCommentListRsp) GetTotal() int64 { if x != nil { return x.Total } return 0 } type GetReplyListReq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Page int32 `protobuf:"varint,1,opt,name=page,proto3" json:"page,omitempty"` PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` CommentId int64 `protobuf:"varint,3,opt,name=comment_id,json=commentId,proto3" json:"comment_id,omitempty"` UserId int64 `protobuf:"varint,4,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` } func (x *GetReplyListReq) Reset() { *x = GetReplyListReq{} if protoimpl.UnsafeEnabled { mi := &file_proto_slowwild_proto_msgTypes[50] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *GetReplyListReq) String() string { return protoimpl.X.MessageStringOf(x) } func (*GetReplyListReq) ProtoMessage() {} func (x *GetReplyListReq) ProtoReflect() protoreflect.Message { mi := &file_proto_slowwild_proto_msgTypes[50] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use GetReplyListReq.ProtoReflect.Descriptor instead. func (*GetReplyListReq) Descriptor() ([]byte, []int) { return file_proto_slowwild_proto_rawDescGZIP(), []int{50} } func (x *GetReplyListReq) GetPage() int32 { if x != nil { return x.Page } return 0 } func (x *GetReplyListReq) GetPageSize() int32 { if x != nil { return x.PageSize } return 0 } func (x *GetReplyListReq) GetCommentId() int64 { if x != nil { return x.CommentId } return 0 } func (x *GetReplyListReq) GetUserId() int64 { if x != nil { return x.UserId } return 0 } type GetReplyListRsp struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields List []*RepliesItem `protobuf:"bytes,1,rep,name=list,proto3" json:"list,omitempty"` Total int64 `protobuf:"varint,2,opt,name=total,proto3" json:"total,omitempty"` } func (x *GetReplyListRsp) Reset() { *x = GetReplyListRsp{} if protoimpl.UnsafeEnabled { mi := &file_proto_slowwild_proto_msgTypes[51] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *GetReplyListRsp) String() string { return protoimpl.X.MessageStringOf(x) } func (*GetReplyListRsp) ProtoMessage() {} func (x *GetReplyListRsp) ProtoReflect() protoreflect.Message { mi := &file_proto_slowwild_proto_msgTypes[51] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use GetReplyListRsp.ProtoReflect.Descriptor instead. func (*GetReplyListRsp) Descriptor() ([]byte, []int) { return file_proto_slowwild_proto_rawDescGZIP(), []int{51} } func (x *GetReplyListRsp) GetList() []*RepliesItem { if x != nil { return x.List } return nil } func (x *GetReplyListRsp) GetTotal() int64 { if x != nil { return x.Total } return 0 } type PostCommentUpvoteReq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields UserId int64 `protobuf:"varint,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` CommentId int64 `protobuf:"varint,2,opt,name=comment_id,json=commentId,proto3" json:"comment_id,omitempty"` CommentType int32 `protobuf:"varint,3,opt,name=comment_type,json=commentType,proto3" json:"comment_type,omitempty"` // 0- 评论1-回复 } func (x *PostCommentUpvoteReq) Reset() { *x = PostCommentUpvoteReq{} if protoimpl.UnsafeEnabled { mi := &file_proto_slowwild_proto_msgTypes[52] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *PostCommentUpvoteReq) String() string { return protoimpl.X.MessageStringOf(x) } func (*PostCommentUpvoteReq) ProtoMessage() {} func (x *PostCommentUpvoteReq) ProtoReflect() protoreflect.Message { mi := &file_proto_slowwild_proto_msgTypes[52] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use PostCommentUpvoteReq.ProtoReflect.Descriptor instead. func (*PostCommentUpvoteReq) Descriptor() ([]byte, []int) { return file_proto_slowwild_proto_rawDescGZIP(), []int{52} } func (x *PostCommentUpvoteReq) GetUserId() int64 { if x != nil { return x.UserId } return 0 } func (x *PostCommentUpvoteReq) GetCommentId() int64 { if x != nil { return x.CommentId } return 0 } func (x *PostCommentUpvoteReq) GetCommentType() int32 { if x != nil { return x.CommentType } return 0 } type PostCommentUpvoteRsp struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Success bool `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"` } func (x *PostCommentUpvoteRsp) Reset() { *x = PostCommentUpvoteRsp{} if protoimpl.UnsafeEnabled { mi := &file_proto_slowwild_proto_msgTypes[53] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *PostCommentUpvoteRsp) String() string { return protoimpl.X.MessageStringOf(x) } func (*PostCommentUpvoteRsp) ProtoMessage() {} func (x *PostCommentUpvoteRsp) ProtoReflect() protoreflect.Message { mi := &file_proto_slowwild_proto_msgTypes[53] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use PostCommentUpvoteRsp.ProtoReflect.Descriptor instead. func (*PostCommentUpvoteRsp) Descriptor() ([]byte, []int) { return file_proto_slowwild_proto_rawDescGZIP(), []int{53} } func (x *PostCommentUpvoteRsp) GetSuccess() bool { if x != nil { return x.Success } return false } type PostDeleteReq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields UserId int64 `protobuf:"varint,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` PostId int64 `protobuf:"varint,2,opt,name=post_id,json=postId,proto3" json:"post_id,omitempty"` } func (x *PostDeleteReq) Reset() { *x = PostDeleteReq{} if protoimpl.UnsafeEnabled { mi := &file_proto_slowwild_proto_msgTypes[54] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *PostDeleteReq) String() string { return protoimpl.X.MessageStringOf(x) } func (*PostDeleteReq) ProtoMessage() {} func (x *PostDeleteReq) ProtoReflect() protoreflect.Message { mi := &file_proto_slowwild_proto_msgTypes[54] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use PostDeleteReq.ProtoReflect.Descriptor instead. func (*PostDeleteReq) Descriptor() ([]byte, []int) { return file_proto_slowwild_proto_rawDescGZIP(), []int{54} } func (x *PostDeleteReq) GetUserId() int64 { if x != nil { return x.UserId } return 0 } func (x *PostDeleteReq) GetPostId() int64 { if x != nil { return x.PostId } return 0 } type PostDeleteRsp struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Success bool `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"` } func (x *PostDeleteRsp) Reset() { *x = PostDeleteRsp{} if protoimpl.UnsafeEnabled { mi := &file_proto_slowwild_proto_msgTypes[55] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *PostDeleteRsp) String() string { return protoimpl.X.MessageStringOf(x) } func (*PostDeleteRsp) ProtoMessage() {} func (x *PostDeleteRsp) ProtoReflect() protoreflect.Message { mi := &file_proto_slowwild_proto_msgTypes[55] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use PostDeleteRsp.ProtoReflect.Descriptor instead. func (*PostDeleteRsp) Descriptor() ([]byte, []int) { return file_proto_slowwild_proto_rawDescGZIP(), []int{55} } func (x *PostDeleteRsp) GetSuccess() bool { if x != nil { return x.Success } return false } type CommentDeleteReq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields UserId int64 `protobuf:"varint,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` CommentId int64 `protobuf:"varint,2,opt,name=comment_id,json=commentId,proto3" json:"comment_id,omitempty"` CommentType int32 `protobuf:"varint,3,opt,name=comment_type,json=commentType,proto3" json:"comment_type,omitempty"` // 0-评论1-回复 } func (x *CommentDeleteReq) Reset() { *x = CommentDeleteReq{} if protoimpl.UnsafeEnabled { mi := &file_proto_slowwild_proto_msgTypes[56] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *CommentDeleteReq) String() string { return protoimpl.X.MessageStringOf(x) } func (*CommentDeleteReq) ProtoMessage() {} func (x *CommentDeleteReq) ProtoReflect() protoreflect.Message { mi := &file_proto_slowwild_proto_msgTypes[56] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use CommentDeleteReq.ProtoReflect.Descriptor instead. func (*CommentDeleteReq) Descriptor() ([]byte, []int) { return file_proto_slowwild_proto_rawDescGZIP(), []int{56} } func (x *CommentDeleteReq) GetUserId() int64 { if x != nil { return x.UserId } return 0 } func (x *CommentDeleteReq) GetCommentId() int64 { if x != nil { return x.CommentId } return 0 } func (x *CommentDeleteReq) GetCommentType() int32 { if x != nil { return x.CommentType } return 0 } type CommentDeleteRsp struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields Success bool `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"` } func (x *CommentDeleteRsp) Reset() { *x = CommentDeleteRsp{} if protoimpl.UnsafeEnabled { mi := &file_proto_slowwild_proto_msgTypes[57] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *CommentDeleteRsp) String() string { return protoimpl.X.MessageStringOf(x) } func (*CommentDeleteRsp) ProtoMessage() {} func (x *CommentDeleteRsp) ProtoReflect() protoreflect.Message { mi := &file_proto_slowwild_proto_msgTypes[57] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use CommentDeleteRsp.ProtoReflect.Descriptor instead. func (*CommentDeleteRsp) Descriptor() ([]byte, []int) { return file_proto_slowwild_proto_rawDescGZIP(), []int{57} } func (x *CommentDeleteRsp) GetSuccess() bool { if x != nil { return x.Success } return false } type GetUserPostListReq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields UserId int64 `protobuf:"varint,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` // 当前登陆用户 Page int64 `protobuf:"varint,2,opt,name=page,proto3" json:"page,omitempty"` PageSize int64 `protobuf:"varint,3,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` QueryUserId int64 `protobuf:"varint,4,opt,name=query_user_id,json=queryUserId,proto3" json:"query_user_id,omitempty"` } func (x *GetUserPostListReq) Reset() { *x = GetUserPostListReq{} if protoimpl.UnsafeEnabled { mi := &file_proto_slowwild_proto_msgTypes[58] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *GetUserPostListReq) String() string { return protoimpl.X.MessageStringOf(x) } func (*GetUserPostListReq) ProtoMessage() {} func (x *GetUserPostListReq) ProtoReflect() protoreflect.Message { mi := &file_proto_slowwild_proto_msgTypes[58] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use GetUserPostListReq.ProtoReflect.Descriptor instead. func (*GetUserPostListReq) Descriptor() ([]byte, []int) { return file_proto_slowwild_proto_rawDescGZIP(), []int{58} } func (x *GetUserPostListReq) GetUserId() int64 { if x != nil { return x.UserId } return 0 } func (x *GetUserPostListReq) GetPage() int64 { if x != nil { return x.Page } return 0 } func (x *GetUserPostListReq) GetPageSize() int64 { if x != nil { return x.PageSize } return 0 } func (x *GetUserPostListReq) GetQueryUserId() int64 { if x != nil { return x.QueryUserId } return 0 } type GetUserPostListRsp struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields List []*GetPostListItem `protobuf:"bytes,1,rep,name=List,proto3" json:"List,omitempty"` Total int64 `protobuf:"varint,2,opt,name=total,proto3" json:"total,omitempty"` } func (x *GetUserPostListRsp) Reset() { *x = GetUserPostListRsp{} if protoimpl.UnsafeEnabled { mi := &file_proto_slowwild_proto_msgTypes[59] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *GetUserPostListRsp) String() string { return protoimpl.X.MessageStringOf(x) } func (*GetUserPostListRsp) ProtoMessage() {} func (x *GetUserPostListRsp) ProtoReflect() protoreflect.Message { mi := &file_proto_slowwild_proto_msgTypes[59] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use GetUserPostListRsp.ProtoReflect.Descriptor instead. func (*GetUserPostListRsp) Descriptor() ([]byte, []int) { return file_proto_slowwild_proto_rawDescGZIP(), []int{59} } func (x *GetUserPostListRsp) GetList() []*GetPostListItem { if x != nil { return x.List } return nil } func (x *GetUserPostListRsp) GetTotal() int64 { if x != nil { return x.Total } return 0 } type GetUserPostCollectionListReq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields UserId int64 `protobuf:"varint,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` // 当前登陆用户 Page int64 `protobuf:"varint,2,opt,name=page,proto3" json:"page,omitempty"` PageSize int64 `protobuf:"varint,3,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` QueryUserId int64 `protobuf:"varint,4,opt,name=query_user_id,json=queryUserId,proto3" json:"query_user_id,omitempty"` } func (x *GetUserPostCollectionListReq) Reset() { *x = GetUserPostCollectionListReq{} if protoimpl.UnsafeEnabled { mi := &file_proto_slowwild_proto_msgTypes[60] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *GetUserPostCollectionListReq) String() string { return protoimpl.X.MessageStringOf(x) } func (*GetUserPostCollectionListReq) ProtoMessage() {} func (x *GetUserPostCollectionListReq) ProtoReflect() protoreflect.Message { mi := &file_proto_slowwild_proto_msgTypes[60] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use GetUserPostCollectionListReq.ProtoReflect.Descriptor instead. func (*GetUserPostCollectionListReq) Descriptor() ([]byte, []int) { return file_proto_slowwild_proto_rawDescGZIP(), []int{60} } func (x *GetUserPostCollectionListReq) GetUserId() int64 { if x != nil { return x.UserId } return 0 } func (x *GetUserPostCollectionListReq) GetPage() int64 { if x != nil { return x.Page } return 0 } func (x *GetUserPostCollectionListReq) GetPageSize() int64 { if x != nil { return x.PageSize } return 0 } func (x *GetUserPostCollectionListReq) GetQueryUserId() int64 { if x != nil { return x.QueryUserId } return 0 } type GetUserPostCollectionListRsp struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields List []*GetPostListItem `protobuf:"bytes,1,rep,name=List,proto3" json:"List,omitempty"` Total int64 `protobuf:"varint,2,opt,name=total,proto3" json:"total,omitempty"` } func (x *GetUserPostCollectionListRsp) Reset() { *x = GetUserPostCollectionListRsp{} if protoimpl.UnsafeEnabled { mi := &file_proto_slowwild_proto_msgTypes[61] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *GetUserPostCollectionListRsp) String() string { return protoimpl.X.MessageStringOf(x) } func (*GetUserPostCollectionListRsp) ProtoMessage() {} func (x *GetUserPostCollectionListRsp) ProtoReflect() protoreflect.Message { mi := &file_proto_slowwild_proto_msgTypes[61] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use GetUserPostCollectionListRsp.ProtoReflect.Descriptor instead. func (*GetUserPostCollectionListRsp) Descriptor() ([]byte, []int) { return file_proto_slowwild_proto_rawDescGZIP(), []int{61} } func (x *GetUserPostCollectionListRsp) GetList() []*GetPostListItem { if x != nil { return x.List } return nil } func (x *GetUserPostCollectionListRsp) GetTotal() int64 { if x != nil { return x.Total } return 0 } type GetUserPostLikeListReq struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields UserId int64 `protobuf:"varint,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` // 当前登陆用户 Page int64 `protobuf:"varint,2,opt,name=page,proto3" json:"page,omitempty"` PageSize int64 `protobuf:"varint,3,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` QueryUserId int64 `protobuf:"varint,4,opt,name=query_user_id,json=queryUserId,proto3" json:"query_user_id,omitempty"` } func (x *GetUserPostLikeListReq) Reset() { *x = GetUserPostLikeListReq{} if protoimpl.UnsafeEnabled { mi := &file_proto_slowwild_proto_msgTypes[62] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *GetUserPostLikeListReq) String() string { return protoimpl.X.MessageStringOf(x) } func (*GetUserPostLikeListReq) ProtoMessage() {} func (x *GetUserPostLikeListReq) ProtoReflect() protoreflect.Message { mi := &file_proto_slowwild_proto_msgTypes[62] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use GetUserPostLikeListReq.ProtoReflect.Descriptor instead. func (*GetUserPostLikeListReq) Descriptor() ([]byte, []int) { return file_proto_slowwild_proto_rawDescGZIP(), []int{62} } func (x *GetUserPostLikeListReq) GetUserId() int64 { if x != nil { return x.UserId } return 0 } func (x *GetUserPostLikeListReq) GetPage() int64 { if x != nil { return x.Page } return 0 } func (x *GetUserPostLikeListReq) GetPageSize() int64 { if x != nil { return x.PageSize } return 0 } func (x *GetUserPostLikeListReq) GetQueryUserId() int64 { if x != nil { return x.QueryUserId } return 0 } type GetUserPostLikeListRsp struct { state protoimpl.MessageState sizeCache protoimpl.SizeCache unknownFields protoimpl.UnknownFields List []*GetPostListItem `protobuf:"bytes,1,rep,name=List,proto3" json:"List,omitempty"` Total int64 `protobuf:"varint,2,opt,name=total,proto3" json:"total,omitempty"` } func (x *GetUserPostLikeListRsp) Reset() { *x = GetUserPostLikeListRsp{} if protoimpl.UnsafeEnabled { mi := &file_proto_slowwild_proto_msgTypes[63] ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) ms.StoreMessageInfo(mi) } } func (x *GetUserPostLikeListRsp) String() string { return protoimpl.X.MessageStringOf(x) } func (*GetUserPostLikeListRsp) ProtoMessage() {} func (x *GetUserPostLikeListRsp) ProtoReflect() protoreflect.Message { mi := &file_proto_slowwild_proto_msgTypes[63] if protoimpl.UnsafeEnabled && x != nil { ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) if ms.LoadMessageInfo() == nil { ms.StoreMessageInfo(mi) } return ms } return mi.MessageOf(x) } // Deprecated: Use GetUserPostLikeListRsp.ProtoReflect.Descriptor instead. func (*GetUserPostLikeListRsp) Descriptor() ([]byte, []int) { return file_proto_slowwild_proto_rawDescGZIP(), []int{63} } func (x *GetUserPostLikeListRsp) GetList() []*GetPostListItem { if x != nil { return x.List } return nil } func (x *GetUserPostLikeListRsp) GetTotal() int64 { if x != nil { return x.Total } return 0 } var File_proto_slowwild_proto protoreflect.FileDescriptor var file_proto_slowwild_proto_rawDesc = []byte{ 0x0a, 0x14, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x73, 0x6c, 0x6f, 0x77, 0x77, 0x69, 0x6c, 0x64, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x0e, 0x73, 0x6c, 0x6f, 0x77, 0x77, 0x69, 0x6c, 0x64, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x22, 0xc0, 0x02, 0x0a, 0x0a, 0x55, 0x73, 0x65, 0x72, 0x45, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x02, 0x69, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x61, 0x76, 0x61, 0x74, 0x61, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x61, 0x76, 0x61, 0x74, 0x61, 0x72, 0x12, 0x1a, 0x0a, 0x08, 0x6e, 0x69, 0x63, 0x6b, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6e, 0x69, 0x63, 0x6b, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x75, 0x73, 0x65, 0x72, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x75, 0x73, 0x65, 0x72, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x06, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x10, 0x0a, 0x03, 0x73, 0x65, 0x78, 0x18, 0x07, 0x20, 0x01, 0x28, 0x05, 0x52, 0x03, 0x73, 0x65, 0x78, 0x12, 0x18, 0x0a, 0x07, 0x66, 0x6f, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x18, 0x08, 0x20, 0x01, 0x28, 0x03, 0x52, 0x07, 0x66, 0x6f, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x12, 0x1e, 0x0a, 0x0a, 0x66, 0x6f, 0x6c, 0x6c, 0x6f, 0x77, 0x69, 0x6e, 0x67, 0x73, 0x18, 0x09, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0a, 0x66, 0x6f, 0x6c, 0x6c, 0x6f, 0x77, 0x69, 0x6e, 0x67, 0x73, 0x12, 0x26, 0x0a, 0x0f, 0x67, 0x65, 0x74, 0x5f, 0x6c, 0x69, 0x6b, 0x65, 0x73, 0x5f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0d, 0x67, 0x65, 0x74, 0x4c, 0x69, 0x6b, 0x65, 0x73, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x30, 0x0a, 0x14, 0x67, 0x65, 0x74, 0x5f, 0x63, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x05, 0x52, 0x12, 0x67, 0x65, 0x74, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x22, 0x60, 0x0a, 0x08, 0x55, 0x73, 0x65, 0x72, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x02, 0x69, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x61, 0x76, 0x61, 0x74, 0x61, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x61, 0x76, 0x61, 0x74, 0x61, 0x72, 0x12, 0x1a, 0x0a, 0x08, 0x6e, 0x69, 0x63, 0x6b, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6e, 0x69, 0x63, 0x6b, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x73, 0x65, 0x78, 0x18, 0x07, 0x20, 0x01, 0x28, 0x05, 0x52, 0x03, 0x73, 0x65, 0x78, 0x22, 0x68, 0x0a, 0x0e, 0x46, 0x6f, 0x6c, 0x6c, 0x6f, 0x77, 0x55, 0x73, 0x65, 0x72, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x2c, 0x0a, 0x04, 0x75, 0x73, 0x65, 0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x18, 0x2e, 0x73, 0x6c, 0x6f, 0x77, 0x77, 0x69, 0x6c, 0x64, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x2e, 0x55, 0x73, 0x65, 0x72, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x04, 0x75, 0x73, 0x65, 0x72, 0x12, 0x28, 0x0a, 0x10, 0x69, 0x73, 0x5f, 0x6d, 0x75, 0x74, 0x75, 0x61, 0x6c, 0x5f, 0x66, 0x6f, 0x6c, 0x6c, 0x6f, 0x77, 0x18, 0x02, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0e, 0x69, 0x73, 0x4d, 0x75, 0x74, 0x75, 0x61, 0x6c, 0x46, 0x6f, 0x6c, 0x6c, 0x6f, 0x77, 0x22, 0x43, 0x0a, 0x13, 0x4c, 0x6f, 0x67, 0x69, 0x6e, 0x41, 0x6e, 0x64, 0x52, 0x65, 0x67, 0x69, 0x73, 0x74, 0x65, 0x72, 0x52, 0x73, 0x70, 0x12, 0x14, 0x0a, 0x05, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x12, 0x16, 0x0a, 0x06, 0x65, 0x78, 0x70, 0x69, 0x72, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x65, 0x78, 0x70, 0x69, 0x72, 0x65, 0x22, 0x8a, 0x01, 0x0a, 0x08, 0x4c, 0x6f, 0x67, 0x69, 0x6e, 0x52, 0x65, 0x71, 0x12, 0x14, 0x0a, 0x05, 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x70, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x12, 0x1d, 0x0a, 0x0a, 0x6c, 0x6f, 0x67, 0x69, 0x6e, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x52, 0x09, 0x6c, 0x6f, 0x67, 0x69, 0x6e, 0x54, 0x79, 0x70, 0x65, 0x12, 0x19, 0x0a, 0x08, 0x6c, 0x6f, 0x67, 0x69, 0x6e, 0x5f, 0x69, 0x70, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x6c, 0x6f, 0x67, 0x69, 0x6e, 0x49, 0x70, 0x22, 0xb5, 0x01, 0x0a, 0x0b, 0x52, 0x65, 0x67, 0x69, 0x73, 0x74, 0x65, 0x72, 0x52, 0x65, 0x71, 0x12, 0x14, 0x0a, 0x05, 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x6e, 0x69, 0x63, 0x6b, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6e, 0x69, 0x63, 0x6b, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x70, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x70, 0x61, 0x73, 0x73, 0x77, 0x6f, 0x72, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x61, 0x76, 0x61, 0x74, 0x61, 0x72, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x61, 0x76, 0x61, 0x74, 0x61, 0x72, 0x12, 0x10, 0x0a, 0x03, 0x73, 0x65, 0x78, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x03, 0x73, 0x65, 0x78, 0x12, 0x1a, 0x0a, 0x08, 0x75, 0x73, 0x65, 0x72, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x75, 0x73, 0x65, 0x72, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x63, 0x6f, 0x64, 0x65, 0x22, 0x4d, 0x0a, 0x0e, 0x47, 0x65, 0x74, 0x55, 0x73, 0x65, 0x72, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x71, 0x12, 0x17, 0x0a, 0x07, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x12, 0x22, 0x0a, 0x0d, 0x71, 0x75, 0x65, 0x72, 0x79, 0x5f, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0b, 0x71, 0x75, 0x65, 0x72, 0x79, 0x55, 0x73, 0x65, 0x72, 0x49, 0x64, 0x22, 0x84, 0x01, 0x0a, 0x0f, 0x47, 0x65, 0x74, 0x55, 0x73, 0x65, 0x72, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x73, 0x70, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x02, 0x69, 0x64, 0x12, 0x16, 0x0a, 0x06, 0x61, 0x76, 0x61, 0x74, 0x61, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x61, 0x76, 0x61, 0x74, 0x61, 0x72, 0x12, 0x1a, 0x0a, 0x08, 0x6e, 0x69, 0x63, 0x6b, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6e, 0x69, 0x63, 0x6b, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x73, 0x65, 0x78, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x52, 0x03, 0x73, 0x65, 0x78, 0x12, 0x1b, 0x0a, 0x09, 0x69, 0x73, 0x5f, 0x66, 0x6f, 0x6c, 0x6c, 0x6f, 0x77, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x08, 0x69, 0x73, 0x46, 0x6f, 0x6c, 0x6c, 0x6f, 0x77, 0x22, 0x51, 0x0a, 0x0b, 0x46, 0x69, 0x6e, 0x64, 0x55, 0x73, 0x65, 0x72, 0x52, 0x65, 0x71, 0x12, 0x1a, 0x0a, 0x08, 0x75, 0x73, 0x65, 0x72, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x75, 0x73, 0x65, 0x72, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x12, 0x10, 0x0a, 0x03, 0x69, 0x64, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, 0x03, 0x52, 0x03, 0x69, 0x64, 0x73, 0x22, 0x45, 0x0a, 0x0c, 0x46, 0x69, 0x6e, 0x64, 0x55, 0x73, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x12, 0x35, 0x0a, 0x09, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x18, 0x2e, 0x73, 0x6c, 0x6f, 0x77, 0x77, 0x69, 0x6c, 0x64, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x2e, 0x55, 0x73, 0x65, 0x72, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x08, 0x75, 0x73, 0x65, 0x72, 0x4c, 0x69, 0x73, 0x74, 0x22, 0x4e, 0x0a, 0x0d, 0x46, 0x6f, 0x6c, 0x6c, 0x6f, 0x77, 0x55, 0x73, 0x65, 0x72, 0x52, 0x65, 0x71, 0x12, 0x17, 0x0a, 0x07, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x12, 0x24, 0x0a, 0x0e, 0x66, 0x6f, 0x6c, 0x6c, 0x6f, 0x77, 0x5f, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0c, 0x66, 0x6f, 0x6c, 0x6c, 0x6f, 0x77, 0x55, 0x73, 0x65, 0x72, 0x49, 0x64, 0x22, 0x29, 0x0a, 0x0d, 0x46, 0x6f, 0x6c, 0x6c, 0x6f, 0x77, 0x55, 0x73, 0x65, 0x72, 0x52, 0x65, 0x73, 0x12, 0x18, 0x0a, 0x07, 0x73, 0x75, 0x63, 0x63, 0x65, 0x73, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x07, 0x73, 0x75, 0x63, 0x63, 0x65, 0x73, 0x73, 0x22, 0x55, 0x0a, 0x0f, 0x55, 0x6e, 0x46, 0x6f, 0x6c, 0x6c, 0x6f, 0x77, 0x55, 0x73, 0x65, 0x72, 0x52, 0x65, 0x71, 0x12, 0x17, 0x0a, 0x07, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x12, 0x29, 0x0a, 0x11, 0x75, 0x6e, 0x5f, 0x66, 0x6f, 0x6c, 0x6c, 0x6f, 0x77, 0x5f, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0e, 0x75, 0x6e, 0x46, 0x6f, 0x6c, 0x6c, 0x6f, 0x77, 0x55, 0x73, 0x65, 0x72, 0x49, 0x64, 0x22, 0x2b, 0x0a, 0x0f, 0x55, 0x6e, 0x46, 0x6f, 0x6c, 0x6c, 0x6f, 0x77, 0x55, 0x73, 0x65, 0x72, 0x52, 0x65, 0x73, 0x12, 0x18, 0x0a, 0x07, 0x73, 0x75, 0x63, 0x63, 0x65, 0x73, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x07, 0x73, 0x75, 0x63, 0x63, 0x65, 0x73, 0x73, 0x22, 0x7f, 0x0a, 0x0f, 0x47, 0x65, 0x74, 0x46, 0x6f, 0x6c, 0x6c, 0x6f, 0x77, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x71, 0x12, 0x17, 0x0a, 0x07, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x12, 0x1b, 0x0a, 0x09, 0x70, 0x61, 0x67, 0x65, 0x5f, 0x73, 0x69, 0x7a, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x70, 0x61, 0x67, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x70, 0x61, 0x67, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, 0x70, 0x61, 0x67, 0x65, 0x12, 0x22, 0x0a, 0x0d, 0x71, 0x75, 0x65, 0x72, 0x79, 0x5f, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0b, 0x71, 0x75, 0x65, 0x72, 0x79, 0x55, 0x73, 0x65, 0x72, 0x49, 0x64, 0x22, 0x5b, 0x0a, 0x0f, 0x47, 0x65, 0x74, 0x46, 0x6f, 0x6c, 0x6c, 0x6f, 0x77, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x73, 0x12, 0x32, 0x0a, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1e, 0x2e, 0x73, 0x6c, 0x6f, 0x77, 0x77, 0x69, 0x6c, 0x64, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x2e, 0x46, 0x6f, 0x6c, 0x6c, 0x6f, 0x77, 0x55, 0x73, 0x65, 0x72, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x12, 0x14, 0x0a, 0x05, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x22, 0x7c, 0x0a, 0x0c, 0x47, 0x65, 0x74, 0x46, 0x6f, 0x6c, 0x6c, 0x6f, 0x77, 0x52, 0x65, 0x71, 0x12, 0x17, 0x0a, 0x07, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x12, 0x1b, 0x0a, 0x09, 0x70, 0x61, 0x67, 0x65, 0x5f, 0x73, 0x69, 0x7a, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x70, 0x61, 0x67, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x70, 0x61, 0x67, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, 0x70, 0x61, 0x67, 0x65, 0x12, 0x22, 0x0a, 0x0d, 0x71, 0x75, 0x65, 0x72, 0x79, 0x5f, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0b, 0x71, 0x75, 0x65, 0x72, 0x79, 0x55, 0x73, 0x65, 0x72, 0x49, 0x64, 0x22, 0x58, 0x0a, 0x0c, 0x47, 0x65, 0x74, 0x46, 0x6f, 0x6c, 0x6c, 0x6f, 0x77, 0x52, 0x65, 0x73, 0x12, 0x32, 0x0a, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1e, 0x2e, 0x73, 0x6c, 0x6f, 0x77, 0x77, 0x69, 0x6c, 0x64, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x2e, 0x46, 0x6f, 0x6c, 0x6c, 0x6f, 0x77, 0x55, 0x73, 0x65, 0x72, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x12, 0x14, 0x0a, 0x05, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x22, 0x2c, 0x0a, 0x11, 0x47, 0x65, 0x74, 0x55, 0x73, 0x65, 0x72, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x12, 0x17, 0x0a, 0x07, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x22, 0x9e, 0x03, 0x0a, 0x11, 0x47, 0x65, 0x74, 0x55, 0x73, 0x65, 0x72, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x52, 0x65, 0x73, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x02, 0x69, 0x64, 0x12, 0x1a, 0x0a, 0x08, 0x6e, 0x69, 0x63, 0x6b, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6e, 0x69, 0x63, 0x6b, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x75, 0x73, 0x65, 0x72, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x75, 0x73, 0x65, 0x72, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x61, 0x76, 0x61, 0x74, 0x61, 0x72, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x61, 0x76, 0x61, 0x74, 0x61, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x12, 0x1f, 0x0a, 0x0b, 0x74, 0x77, 0x65, 0x65, 0x74, 0x5f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x07, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, 0x74, 0x77, 0x65, 0x65, 0x74, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x21, 0x0a, 0x0c, 0x69, 0x73, 0x5f, 0x66, 0x6f, 0x6c, 0x6c, 0x6f, 0x77, 0x69, 0x6e, 0x67, 0x18, 0x08, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0b, 0x69, 0x73, 0x46, 0x6f, 0x6c, 0x6c, 0x6f, 0x77, 0x69, 0x6e, 0x67, 0x12, 0x1d, 0x0a, 0x0a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x5f, 0x6f, 0x6e, 0x18, 0x09, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x4f, 0x6e, 0x12, 0x18, 0x0a, 0x07, 0x66, 0x6f, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x03, 0x52, 0x07, 0x66, 0x6f, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x66, 0x61, 0x6e, 0x73, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x03, 0x52, 0x04, 0x66, 0x61, 0x6e, 0x73, 0x12, 0x26, 0x0a, 0x0f, 0x67, 0x65, 0x74, 0x5f, 0x6c, 0x69, 0x6b, 0x65, 0x73, 0x5f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0d, 0x67, 0x65, 0x74, 0x4c, 0x69, 0x6b, 0x65, 0x73, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x30, 0x0a, 0x14, 0x67, 0x65, 0x74, 0x5f, 0x63, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x05, 0x52, 0x12, 0x67, 0x65, 0x74, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x10, 0x0a, 0x03, 0x73, 0x65, 0x78, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x05, 0x52, 0x03, 0x73, 0x65, 0x78, 0x22, 0x77, 0x0a, 0x11, 0x53, 0x65, 0x61, 0x72, 0x63, 0x68, 0x55, 0x73, 0x65, 0x72, 0x6e, 0x61, 0x6d, 0x65, 0x52, 0x65, 0x71, 0x12, 0x18, 0x0a, 0x07, 0x6b, 0x65, 0x79, 0x77, 0x6f, 0x72, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x6b, 0x65, 0x79, 0x77, 0x6f, 0x72, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x70, 0x61, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, 0x70, 0x61, 0x67, 0x65, 0x12, 0x1b, 0x0a, 0x09, 0x70, 0x61, 0x67, 0x65, 0x5f, 0x73, 0x69, 0x7a, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x70, 0x61, 0x67, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x12, 0x17, 0x0a, 0x07, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x22, 0x87, 0x01, 0x0a, 0x12, 0x53, 0x65, 0x61, 0x72, 0x63, 0x68, 0x55, 0x73, 0x65, 0x72, 0x6e, 0x61, 0x6d, 0x65, 0x49, 0x74, 0x65, 0x6d, 0x12, 0x1a, 0x0a, 0x08, 0x6e, 0x69, 0x63, 0x6b, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x6e, 0x69, 0x63, 0x6b, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x61, 0x76, 0x61, 0x74, 0x61, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x06, 0x61, 0x76, 0x61, 0x74, 0x61, 0x72, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x02, 0x69, 0x64, 0x12, 0x10, 0x0a, 0x03, 0x73, 0x65, 0x78, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x52, 0x03, 0x73, 0x65, 0x78, 0x12, 0x1b, 0x0a, 0x09, 0x69, 0x73, 0x5f, 0x66, 0x6f, 0x6c, 0x6c, 0x6f, 0x77, 0x18, 0x05, 0x20, 0x01, 0x28, 0x08, 0x52, 0x08, 0x69, 0x73, 0x46, 0x6f, 0x6c, 0x6c, 0x6f, 0x77, 0x22, 0x61, 0x0a, 0x11, 0x53, 0x65, 0x61, 0x72, 0x63, 0x68, 0x55, 0x73, 0x65, 0x72, 0x6e, 0x61, 0x6d, 0x65, 0x52, 0x65, 0x73, 0x12, 0x36, 0x0a, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x22, 0x2e, 0x73, 0x6c, 0x6f, 0x77, 0x77, 0x69, 0x6c, 0x64, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x2e, 0x53, 0x65, 0x61, 0x72, 0x63, 0x68, 0x55, 0x73, 0x65, 0x72, 0x6e, 0x61, 0x6d, 0x65, 0x49, 0x74, 0x65, 0x6d, 0x52, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x12, 0x14, 0x0a, 0x05, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x22, 0x2f, 0x0a, 0x09, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x54, 0x61, 0x67, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x02, 0x69, 0x64, 0x22, 0xd8, 0x02, 0x0a, 0x0d, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x50, 0x6f, 0x73, 0x74, 0x52, 0x65, 0x71, 0x12, 0x17, 0x0a, 0x07, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x12, 0x2d, 0x0a, 0x04, 0x74, 0x61, 0x67, 0x73, 0x18, 0x04, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x19, 0x2e, 0x73, 0x6c, 0x6f, 0x77, 0x77, 0x69, 0x6c, 0x64, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x54, 0x61, 0x67, 0x52, 0x04, 0x74, 0x61, 0x67, 0x73, 0x12, 0x1e, 0x0a, 0x0b, 0x61, 0x74, 0x5f, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x73, 0x18, 0x05, 0x20, 0x03, 0x28, 0x03, 0x52, 0x09, 0x61, 0x74, 0x55, 0x73, 0x65, 0x72, 0x49, 0x64, 0x73, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x1e, 0x0a, 0x0a, 0x76, 0x69, 0x73, 0x69, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x18, 0x07, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, 0x76, 0x69, 0x73, 0x69, 0x62, 0x69, 0x6c, 0x69, 0x74, 0x79, 0x12, 0x16, 0x0a, 0x06, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x73, 0x18, 0x08, 0x20, 0x03, 0x28, 0x09, 0x52, 0x06, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x73, 0x12, 0x1f, 0x0a, 0x0b, 0x76, 0x69, 0x64, 0x65, 0x6f, 0x5f, 0x63, 0x6f, 0x76, 0x65, 0x72, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x76, 0x69, 0x64, 0x65, 0x6f, 0x43, 0x6f, 0x76, 0x65, 0x72, 0x12, 0x1b, 0x0a, 0x09, 0x76, 0x69, 0x64, 0x65, 0x6f, 0x5f, 0x75, 0x72, 0x6c, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x76, 0x69, 0x64, 0x65, 0x6f, 0x55, 0x72, 0x6c, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x70, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x70, 0x12, 0x15, 0x0a, 0x06, 0x69, 0x70, 0x5f, 0x6c, 0x6f, 0x63, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x69, 0x70, 0x4c, 0x6f, 0x63, 0x22, 0x28, 0x0a, 0x0d, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x50, 0x6f, 0x73, 0x74, 0x52, 0x73, 0x70, 0x12, 0x17, 0x0a, 0x07, 0x70, 0x6f, 0x73, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x70, 0x6f, 0x73, 0x74, 0x49, 0x64, 0x22, 0x74, 0x0a, 0x0d, 0x47, 0x65, 0x74, 0x54, 0x61, 0x67, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x12, 0x12, 0x0a, 0x04, 0x70, 0x61, 0x67, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, 0x70, 0x61, 0x67, 0x65, 0x12, 0x1b, 0x0a, 0x09, 0x70, 0x61, 0x67, 0x65, 0x5f, 0x73, 0x69, 0x7a, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x70, 0x61, 0x67, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x12, 0x19, 0x0a, 0x08, 0x74, 0x61, 0x67, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x74, 0x61, 0x67, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x17, 0x0a, 0x07, 0x73, 0x6f, 0x72, 0x74, 0x5f, 0x62, 0x79, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x52, 0x06, 0x73, 0x6f, 0x72, 0x74, 0x42, 0x79, 0x22, 0x93, 0x01, 0x0a, 0x07, 0x54, 0x61, 0x67, 0x49, 0x74, 0x65, 0x6d, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x17, 0x0a, 0x07, 0x68, 0x6f, 0x74, 0x5f, 0x6e, 0x75, 0x6d, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x68, 0x6f, 0x74, 0x4e, 0x75, 0x6d, 0x12, 0x2c, 0x0a, 0x04, 0x75, 0x73, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x18, 0x2e, 0x73, 0x6c, 0x6f, 0x77, 0x77, 0x69, 0x6c, 0x64, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x2e, 0x55, 0x73, 0x65, 0x72, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x04, 0x75, 0x73, 0x65, 0x72, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x03, 0x52, 0x02, 0x69, 0x64, 0x12, 0x1d, 0x0a, 0x0a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x5f, 0x6f, 0x6e, 0x18, 0x05, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x4f, 0x6e, 0x22, 0x59, 0x0a, 0x0d, 0x47, 0x65, 0x74, 0x54, 0x61, 0x67, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x73, 0x70, 0x12, 0x32, 0x0a, 0x08, 0x74, 0x61, 0x67, 0x5f, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x73, 0x6c, 0x6f, 0x77, 0x77, 0x69, 0x6c, 0x64, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x2e, 0x54, 0x61, 0x67, 0x49, 0x74, 0x65, 0x6d, 0x52, 0x07, 0x74, 0x61, 0x67, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x14, 0x0a, 0x05, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x05, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x22, 0x3b, 0x0a, 0x09, 0x47, 0x65, 0x74, 0x54, 0x61, 0x67, 0x52, 0x65, 0x71, 0x12, 0x15, 0x0a, 0x06, 0x74, 0x61, 0x67, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x74, 0x61, 0x67, 0x49, 0x64, 0x12, 0x17, 0x0a, 0x07, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x22, 0xf8, 0x01, 0x0a, 0x09, 0x47, 0x65, 0x74, 0x54, 0x61, 0x67, 0x52, 0x73, 0x70, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x17, 0x0a, 0x07, 0x68, 0x6f, 0x74, 0x5f, 0x6e, 0x75, 0x6d, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x68, 0x6f, 0x74, 0x4e, 0x75, 0x6d, 0x12, 0x2c, 0x0a, 0x04, 0x75, 0x73, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x18, 0x2e, 0x73, 0x6c, 0x6f, 0x77, 0x77, 0x69, 0x6c, 0x64, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x2e, 0x55, 0x73, 0x65, 0x72, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x04, 0x75, 0x73, 0x65, 0x72, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x03, 0x52, 0x02, 0x69, 0x64, 0x12, 0x1d, 0x0a, 0x0a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x5f, 0x6f, 0x6e, 0x18, 0x05, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x4f, 0x6e, 0x12, 0x1d, 0x0a, 0x0a, 0x70, 0x6f, 0x73, 0x74, 0x5f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x06, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x70, 0x6f, 0x73, 0x74, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x21, 0x0a, 0x0c, 0x66, 0x6f, 0x6c, 0x6c, 0x6f, 0x77, 0x5f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x07, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0b, 0x66, 0x6f, 0x6c, 0x6c, 0x6f, 0x77, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x1f, 0x0a, 0x0b, 0x69, 0x73, 0x5f, 0x66, 0x6f, 0x6c, 0x6c, 0x6f, 0x77, 0x65, 0x64, 0x18, 0x08, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0a, 0x69, 0x73, 0x46, 0x6f, 0x6c, 0x6c, 0x6f, 0x77, 0x65, 0x64, 0x22, 0xb2, 0x01, 0x0a, 0x0e, 0x47, 0x65, 0x74, 0x50, 0x6f, 0x73, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x12, 0x12, 0x0a, 0x04, 0x70, 0x61, 0x67, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, 0x70, 0x61, 0x67, 0x65, 0x12, 0x1b, 0x0a, 0x09, 0x70, 0x61, 0x67, 0x65, 0x5f, 0x73, 0x69, 0x7a, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x70, 0x61, 0x67, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x12, 0x1f, 0x0a, 0x0b, 0x73, 0x65, 0x61, 0x72, 0x63, 0x68, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0a, 0x73, 0x65, 0x61, 0x72, 0x63, 0x68, 0x54, 0x79, 0x70, 0x65, 0x12, 0x1b, 0x0a, 0x09, 0x73, 0x6f, 0x72, 0x74, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x73, 0x6f, 0x72, 0x74, 0x54, 0x79, 0x70, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x6b, 0x65, 0x79, 0x77, 0x6f, 0x72, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x6b, 0x65, 0x79, 0x77, 0x6f, 0x72, 0x64, 0x12, 0x17, 0x0a, 0x07, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x06, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x22, 0x8a, 0x05, 0x0a, 0x0f, 0x47, 0x65, 0x74, 0x50, 0x6f, 0x73, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x49, 0x74, 0x65, 0x6d, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x02, 0x69, 0x64, 0x12, 0x2c, 0x0a, 0x04, 0x75, 0x73, 0x65, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x18, 0x2e, 0x73, 0x6c, 0x6f, 0x77, 0x77, 0x69, 0x6c, 0x64, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x2e, 0x55, 0x73, 0x65, 0x72, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x04, 0x75, 0x73, 0x65, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x12, 0x27, 0x0a, 0x0f, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x5f, 0x73, 0x75, 0x6d, 0x6d, 0x61, 0x72, 0x79, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x53, 0x75, 0x6d, 0x6d, 0x61, 0x72, 0x79, 0x12, 0x1b, 0x0a, 0x09, 0x70, 0x6f, 0x73, 0x74, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x70, 0x6f, 0x73, 0x74, 0x54, 0x79, 0x70, 0x65, 0x12, 0x23, 0x0a, 0x0d, 0x63, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x74, 0x5f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x06, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0c, 0x63, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x74, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x21, 0x0a, 0x0c, 0x75, 0x70, 0x76, 0x6f, 0x74, 0x65, 0x5f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x07, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0b, 0x75, 0x70, 0x76, 0x6f, 0x74, 0x65, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x29, 0x0a, 0x10, 0x63, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x08, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0f, 0x63, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x1f, 0x0a, 0x0b, 0x73, 0x68, 0x61, 0x72, 0x65, 0x5f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x09, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0a, 0x73, 0x68, 0x61, 0x72, 0x65, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x20, 0x0a, 0x0b, 0x76, 0x69, 0x73, 0x69, 0x62, 0x69, 0x6c, 0x6c, 0x69, 0x74, 0x79, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0b, 0x76, 0x69, 0x73, 0x69, 0x62, 0x69, 0x6c, 0x6c, 0x69, 0x74, 0x79, 0x12, 0x15, 0x0a, 0x06, 0x69, 0x70, 0x5f, 0x6c, 0x6f, 0x63, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x69, 0x70, 0x4c, 0x6f, 0x63, 0x12, 0x17, 0x0a, 0x07, 0x68, 0x6f, 0x74, 0x5f, 0x6e, 0x75, 0x6d, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x68, 0x6f, 0x74, 0x4e, 0x75, 0x6d, 0x12, 0x16, 0x0a, 0x06, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x73, 0x18, 0x0d, 0x20, 0x03, 0x28, 0x09, 0x52, 0x06, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x73, 0x12, 0x1b, 0x0a, 0x09, 0x76, 0x69, 0x64, 0x65, 0x6f, 0x5f, 0x75, 0x72, 0x6c, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x76, 0x69, 0x64, 0x65, 0x6f, 0x55, 0x72, 0x6c, 0x12, 0x1f, 0x0a, 0x0b, 0x76, 0x69, 0x64, 0x65, 0x6f, 0x5f, 0x63, 0x6f, 0x76, 0x65, 0x72, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x76, 0x69, 0x64, 0x65, 0x6f, 0x43, 0x6f, 0x76, 0x65, 0x72, 0x12, 0x1d, 0x0a, 0x0a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x5f, 0x6f, 0x6e, 0x18, 0x10, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x4f, 0x6e, 0x12, 0x2b, 0x0a, 0x04, 0x74, 0x61, 0x67, 0x73, 0x18, 0x11, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x73, 0x6c, 0x6f, 0x77, 0x77, 0x69, 0x6c, 0x64, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x2e, 0x54, 0x61, 0x67, 0x49, 0x74, 0x65, 0x6d, 0x52, 0x04, 0x74, 0x61, 0x67, 0x73, 0x12, 0x19, 0x0a, 0x08, 0x69, 0x73, 0x5f, 0x6c, 0x69, 0x6b, 0x65, 0x64, 0x18, 0x12, 0x20, 0x01, 0x28, 0x08, 0x52, 0x07, 0x69, 0x73, 0x4c, 0x69, 0x6b, 0x65, 0x64, 0x12, 0x21, 0x0a, 0x0c, 0x69, 0x73, 0x5f, 0x63, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x65, 0x64, 0x18, 0x13, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0b, 0x69, 0x73, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x65, 0x64, 0x12, 0x17, 0x0a, 0x07, 0x69, 0x73, 0x5f, 0x6d, 0x69, 0x6e, 0x65, 0x18, 0x14, 0x20, 0x01, 0x28, 0x08, 0x52, 0x06, 0x69, 0x73, 0x4d, 0x69, 0x6e, 0x65, 0x22, 0x5b, 0x0a, 0x0e, 0x47, 0x65, 0x74, 0x50, 0x6f, 0x73, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x73, 0x70, 0x12, 0x33, 0x0a, 0x04, 0x4c, 0x69, 0x73, 0x74, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1f, 0x2e, 0x73, 0x6c, 0x6f, 0x77, 0x77, 0x69, 0x6c, 0x64, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x2e, 0x47, 0x65, 0x74, 0x50, 0x6f, 0x73, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x49, 0x74, 0x65, 0x6d, 0x52, 0x04, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x14, 0x0a, 0x05, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x22, 0x3e, 0x0a, 0x0a, 0x47, 0x65, 0x74, 0x50, 0x6f, 0x73, 0x74, 0x52, 0x65, 0x71, 0x12, 0x17, 0x0a, 0x07, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x12, 0x17, 0x0a, 0x07, 0x70, 0x6f, 0x73, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x70, 0x6f, 0x73, 0x74, 0x49, 0x64, 0x22, 0x82, 0x06, 0x0a, 0x0a, 0x47, 0x65, 0x74, 0x50, 0x6f, 0x73, 0x74, 0x52, 0x73, 0x70, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x02, 0x69, 0x64, 0x12, 0x2c, 0x0a, 0x04, 0x75, 0x73, 0x65, 0x72, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x18, 0x2e, 0x73, 0x6c, 0x6f, 0x77, 0x77, 0x69, 0x6c, 0x64, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x2e, 0x55, 0x73, 0x65, 0x72, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x04, 0x75, 0x73, 0x65, 0x72, 0x12, 0x14, 0x0a, 0x05, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x12, 0x27, 0x0a, 0x0f, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x5f, 0x73, 0x75, 0x6d, 0x6d, 0x61, 0x72, 0x79, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x53, 0x75, 0x6d, 0x6d, 0x61, 0x72, 0x79, 0x12, 0x1b, 0x0a, 0x09, 0x70, 0x6f, 0x73, 0x74, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x05, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x70, 0x6f, 0x73, 0x74, 0x54, 0x79, 0x70, 0x65, 0x12, 0x23, 0x0a, 0x0d, 0x63, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x74, 0x5f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x06, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0c, 0x63, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x74, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x21, 0x0a, 0x0c, 0x75, 0x70, 0x76, 0x6f, 0x74, 0x65, 0x5f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x07, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0b, 0x75, 0x70, 0x76, 0x6f, 0x74, 0x65, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x29, 0x0a, 0x10, 0x63, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x08, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0f, 0x63, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x1f, 0x0a, 0x0b, 0x73, 0x68, 0x61, 0x72, 0x65, 0x5f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x09, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0a, 0x73, 0x68, 0x61, 0x72, 0x65, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x20, 0x0a, 0x0b, 0x76, 0x69, 0x73, 0x69, 0x62, 0x69, 0x6c, 0x6c, 0x69, 0x74, 0x79, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0b, 0x76, 0x69, 0x73, 0x69, 0x62, 0x69, 0x6c, 0x6c, 0x69, 0x74, 0x79, 0x12, 0x15, 0x0a, 0x06, 0x69, 0x70, 0x5f, 0x6c, 0x6f, 0x63, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x69, 0x70, 0x4c, 0x6f, 0x63, 0x12, 0x17, 0x0a, 0x07, 0x68, 0x6f, 0x74, 0x5f, 0x6e, 0x75, 0x6d, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x68, 0x6f, 0x74, 0x4e, 0x75, 0x6d, 0x12, 0x16, 0x0a, 0x06, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x73, 0x18, 0x0d, 0x20, 0x03, 0x28, 0x09, 0x52, 0x06, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x73, 0x12, 0x1b, 0x0a, 0x09, 0x76, 0x69, 0x64, 0x65, 0x6f, 0x5f, 0x75, 0x72, 0x6c, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x76, 0x69, 0x64, 0x65, 0x6f, 0x55, 0x72, 0x6c, 0x12, 0x1f, 0x0a, 0x0b, 0x76, 0x69, 0x64, 0x65, 0x6f, 0x5f, 0x63, 0x6f, 0x76, 0x65, 0x72, 0x18, 0x0f, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x76, 0x69, 0x64, 0x65, 0x6f, 0x43, 0x6f, 0x76, 0x65, 0x72, 0x12, 0x18, 0x0a, 0x07, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x18, 0x10, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x12, 0x1d, 0x0a, 0x0a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x5f, 0x6f, 0x6e, 0x18, 0x11, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x4f, 0x6e, 0x12, 0x2b, 0x0a, 0x04, 0x74, 0x61, 0x67, 0x73, 0x18, 0x12, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x17, 0x2e, 0x73, 0x6c, 0x6f, 0x77, 0x77, 0x69, 0x6c, 0x64, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x2e, 0x54, 0x61, 0x67, 0x49, 0x74, 0x65, 0x6d, 0x52, 0x04, 0x74, 0x61, 0x67, 0x73, 0x12, 0x35, 0x0a, 0x09, 0x77, 0x69, 0x74, 0x68, 0x5f, 0x75, 0x73, 0x65, 0x72, 0x18, 0x13, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x18, 0x2e, 0x73, 0x6c, 0x6f, 0x77, 0x77, 0x69, 0x6c, 0x64, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x2e, 0x55, 0x73, 0x65, 0x72, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x08, 0x77, 0x69, 0x74, 0x68, 0x55, 0x73, 0x65, 0x72, 0x12, 0x2a, 0x0a, 0x11, 0x6c, 0x61, 0x74, 0x65, 0x73, 0x74, 0x5f, 0x72, 0x65, 0x70, 0x6c, 0x69, 0x65, 0x64, 0x5f, 0x6f, 0x6e, 0x18, 0x14, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0f, 0x6c, 0x61, 0x74, 0x65, 0x73, 0x74, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x65, 0x64, 0x4f, 0x6e, 0x12, 0x19, 0x0a, 0x08, 0x69, 0x73, 0x5f, 0x6c, 0x69, 0x6b, 0x65, 0x64, 0x18, 0x15, 0x20, 0x01, 0x28, 0x08, 0x52, 0x07, 0x69, 0x73, 0x4c, 0x69, 0x6b, 0x65, 0x64, 0x12, 0x21, 0x0a, 0x0c, 0x69, 0x73, 0x5f, 0x63, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x65, 0x64, 0x18, 0x16, 0x20, 0x01, 0x28, 0x08, 0x52, 0x0b, 0x69, 0x73, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x65, 0x64, 0x12, 0x17, 0x0a, 0x07, 0x69, 0x73, 0x5f, 0x6d, 0x69, 0x6e, 0x65, 0x18, 0x17, 0x20, 0x01, 0x28, 0x08, 0x52, 0x06, 0x69, 0x73, 0x4d, 0x69, 0x6e, 0x65, 0x22, 0x41, 0x0a, 0x0d, 0x50, 0x6f, 0x73, 0x74, 0x55, 0x70, 0x76, 0x6f, 0x74, 0x65, 0x52, 0x65, 0x71, 0x12, 0x17, 0x0a, 0x07, 0x70, 0x6f, 0x73, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x70, 0x6f, 0x73, 0x74, 0x49, 0x64, 0x12, 0x17, 0x0a, 0x07, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x22, 0x29, 0x0a, 0x0d, 0x50, 0x6f, 0x73, 0x74, 0x55, 0x70, 0x76, 0x6f, 0x74, 0x65, 0x52, 0x73, 0x70, 0x12, 0x18, 0x0a, 0x07, 0x73, 0x75, 0x63, 0x63, 0x65, 0x73, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x07, 0x73, 0x75, 0x63, 0x63, 0x65, 0x73, 0x73, 0x22, 0x45, 0x0a, 0x11, 0x50, 0x6f, 0x73, 0x74, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x12, 0x17, 0x0a, 0x07, 0x70, 0x6f, 0x73, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x70, 0x6f, 0x73, 0x74, 0x49, 0x64, 0x12, 0x17, 0x0a, 0x07, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x22, 0x2d, 0x0a, 0x11, 0x50, 0x6f, 0x73, 0x74, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x73, 0x70, 0x12, 0x18, 0x0a, 0x07, 0x73, 0x75, 0x63, 0x63, 0x65, 0x73, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x07, 0x73, 0x75, 0x63, 0x63, 0x65, 0x73, 0x73, 0x22, 0x40, 0x0a, 0x0c, 0x50, 0x6f, 0x73, 0x74, 0x53, 0x68, 0x61, 0x72, 0x65, 0x52, 0x65, 0x71, 0x12, 0x17, 0x0a, 0x07, 0x70, 0x6f, 0x73, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x70, 0x6f, 0x73, 0x74, 0x49, 0x64, 0x12, 0x17, 0x0a, 0x07, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x22, 0x28, 0x0a, 0x0c, 0x50, 0x6f, 0x73, 0x74, 0x53, 0x68, 0x61, 0x72, 0x65, 0x52, 0x73, 0x70, 0x12, 0x18, 0x0a, 0x07, 0x73, 0x75, 0x63, 0x63, 0x65, 0x73, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x07, 0x73, 0x75, 0x63, 0x63, 0x65, 0x73, 0x73, 0x22, 0xb7, 0x01, 0x0a, 0x0e, 0x50, 0x6f, 0x73, 0x74, 0x43, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x12, 0x17, 0x0a, 0x07, 0x70, 0x6f, 0x73, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x70, 0x6f, 0x73, 0x74, 0x49, 0x64, 0x12, 0x17, 0x0a, 0x07, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x12, 0x18, 0x0a, 0x07, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x12, 0x14, 0x0a, 0x05, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x12, 0x1c, 0x0a, 0x0a, 0x61, 0x74, 0x5f, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x61, 0x74, 0x55, 0x73, 0x65, 0x72, 0x49, 0x64, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x70, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x70, 0x12, 0x15, 0x0a, 0x06, 0x69, 0x70, 0x5f, 0x6c, 0x6f, 0x63, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x69, 0x70, 0x4c, 0x6f, 0x63, 0x22, 0x2f, 0x0a, 0x0e, 0x50, 0x6f, 0x73, 0x74, 0x43, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x74, 0x52, 0x73, 0x70, 0x12, 0x1d, 0x0a, 0x0a, 0x63, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x63, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x22, 0xf4, 0x01, 0x0a, 0x0c, 0x50, 0x6f, 0x73, 0x74, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x52, 0x65, 0x71, 0x12, 0x17, 0x0a, 0x07, 0x70, 0x6f, 0x73, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x70, 0x6f, 0x73, 0x74, 0x49, 0x64, 0x12, 0x17, 0x0a, 0x07, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x12, 0x18, 0x0a, 0x07, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x12, 0x14, 0x0a, 0x05, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x12, 0x1c, 0x0a, 0x0a, 0x61, 0x74, 0x5f, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x61, 0x74, 0x55, 0x73, 0x65, 0x72, 0x49, 0x64, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x70, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x70, 0x12, 0x15, 0x0a, 0x06, 0x69, 0x70, 0x5f, 0x6c, 0x6f, 0x63, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x69, 0x70, 0x4c, 0x6f, 0x63, 0x12, 0x1d, 0x0a, 0x0a, 0x63, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x08, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x63, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x12, 0x1e, 0x0a, 0x0b, 0x74, 0x6f, 0x5f, 0x72, 0x65, 0x70, 0x6c, 0x79, 0x5f, 0x69, 0x64, 0x18, 0x09, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x74, 0x6f, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x49, 0x64, 0x22, 0x29, 0x0a, 0x0c, 0x50, 0x6f, 0x73, 0x74, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x52, 0x73, 0x70, 0x12, 0x19, 0x0a, 0x08, 0x72, 0x65, 0x70, 0x6c, 0x79, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x07, 0x72, 0x65, 0x70, 0x6c, 0x79, 0x49, 0x64, 0x22, 0x7a, 0x0a, 0x15, 0x47, 0x65, 0x74, 0x50, 0x6f, 0x73, 0x74, 0x43, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x12, 0x12, 0x0a, 0x04, 0x70, 0x61, 0x67, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, 0x70, 0x61, 0x67, 0x65, 0x12, 0x1b, 0x0a, 0x09, 0x70, 0x61, 0x67, 0x65, 0x5f, 0x73, 0x69, 0x7a, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x70, 0x61, 0x67, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x12, 0x17, 0x0a, 0x07, 0x70, 0x6f, 0x73, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x70, 0x6f, 0x73, 0x74, 0x49, 0x64, 0x12, 0x17, 0x0a, 0x07, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x22, 0xd8, 0x02, 0x0a, 0x0b, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x65, 0x73, 0x49, 0x74, 0x65, 0x6d, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x02, 0x69, 0x64, 0x12, 0x17, 0x0a, 0x07, 0x70, 0x6f, 0x73, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x70, 0x6f, 0x73, 0x74, 0x49, 0x64, 0x12, 0x2c, 0x0a, 0x04, 0x75, 0x73, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x18, 0x2e, 0x73, 0x6c, 0x6f, 0x77, 0x77, 0x69, 0x6c, 0x64, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x2e, 0x55, 0x73, 0x65, 0x72, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x04, 0x75, 0x73, 0x65, 0x72, 0x12, 0x15, 0x0a, 0x06, 0x69, 0x70, 0x5f, 0x6c, 0x6f, 0x63, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x69, 0x70, 0x4c, 0x6f, 0x63, 0x12, 0x18, 0x0a, 0x07, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x12, 0x14, 0x0a, 0x05, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x12, 0x35, 0x0a, 0x09, 0x77, 0x69, 0x74, 0x68, 0x5f, 0x75, 0x73, 0x65, 0x72, 0x18, 0x07, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x18, 0x2e, 0x73, 0x6c, 0x6f, 0x77, 0x77, 0x69, 0x6c, 0x64, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x2e, 0x55, 0x73, 0x65, 0x72, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x08, 0x77, 0x69, 0x74, 0x68, 0x55, 0x73, 0x65, 0x72, 0x12, 0x21, 0x0a, 0x0c, 0x75, 0x70, 0x76, 0x6f, 0x74, 0x65, 0x5f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x08, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0b, 0x75, 0x70, 0x76, 0x6f, 0x74, 0x65, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x19, 0x0a, 0x08, 0x69, 0x73, 0x5f, 0x6c, 0x69, 0x6b, 0x65, 0x64, 0x18, 0x09, 0x20, 0x01, 0x28, 0x08, 0x52, 0x07, 0x69, 0x73, 0x4c, 0x69, 0x6b, 0x65, 0x64, 0x12, 0x17, 0x0a, 0x07, 0x69, 0x73, 0x5f, 0x6d, 0x69, 0x6e, 0x65, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x08, 0x52, 0x06, 0x69, 0x73, 0x4d, 0x69, 0x6e, 0x65, 0x12, 0x1d, 0x0a, 0x0a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x5f, 0x6f, 0x6e, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x4f, 0x6e, 0x22, 0xb5, 0x03, 0x0a, 0x0b, 0x43, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x74, 0x49, 0x74, 0x65, 0x6d, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x02, 0x69, 0x64, 0x12, 0x17, 0x0a, 0x07, 0x70, 0x6f, 0x73, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x70, 0x6f, 0x73, 0x74, 0x49, 0x64, 0x12, 0x2c, 0x0a, 0x04, 0x75, 0x73, 0x65, 0x72, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x18, 0x2e, 0x73, 0x6c, 0x6f, 0x77, 0x77, 0x69, 0x6c, 0x64, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x2e, 0x55, 0x73, 0x65, 0x72, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x04, 0x75, 0x73, 0x65, 0x72, 0x12, 0x15, 0x0a, 0x06, 0x69, 0x70, 0x5f, 0x6c, 0x6f, 0x63, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x69, 0x70, 0x4c, 0x6f, 0x63, 0x12, 0x18, 0x0a, 0x07, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x12, 0x14, 0x0a, 0x05, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x69, 0x6d, 0x61, 0x67, 0x65, 0x12, 0x35, 0x0a, 0x09, 0x77, 0x69, 0x74, 0x68, 0x5f, 0x75, 0x73, 0x65, 0x72, 0x18, 0x07, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x18, 0x2e, 0x73, 0x6c, 0x6f, 0x77, 0x77, 0x69, 0x6c, 0x64, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x2e, 0x55, 0x73, 0x65, 0x72, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x08, 0x77, 0x69, 0x74, 0x68, 0x55, 0x73, 0x65, 0x72, 0x12, 0x1f, 0x0a, 0x0b, 0x72, 0x65, 0x70, 0x6c, 0x79, 0x5f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x08, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0a, 0x72, 0x65, 0x70, 0x6c, 0x79, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x21, 0x0a, 0x0c, 0x75, 0x70, 0x76, 0x6f, 0x74, 0x65, 0x5f, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x09, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0b, 0x75, 0x70, 0x76, 0x6f, 0x74, 0x65, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x3a, 0x0a, 0x0a, 0x72, 0x65, 0x70, 0x6c, 0x79, 0x5f, 0x69, 0x74, 0x65, 0x6d, 0x18, 0x0a, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x73, 0x6c, 0x6f, 0x77, 0x77, 0x69, 0x6c, 0x64, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x2e, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x65, 0x73, 0x49, 0x74, 0x65, 0x6d, 0x52, 0x09, 0x72, 0x65, 0x70, 0x6c, 0x79, 0x49, 0x74, 0x65, 0x6d, 0x12, 0x19, 0x0a, 0x08, 0x69, 0x73, 0x5f, 0x6c, 0x69, 0x6b, 0x65, 0x64, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x08, 0x52, 0x07, 0x69, 0x73, 0x4c, 0x69, 0x6b, 0x65, 0x64, 0x12, 0x17, 0x0a, 0x07, 0x69, 0x73, 0x5f, 0x6d, 0x69, 0x6e, 0x65, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x08, 0x52, 0x06, 0x69, 0x73, 0x4d, 0x69, 0x6e, 0x65, 0x12, 0x1d, 0x0a, 0x0a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x5f, 0x6f, 0x6e, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x64, 0x4f, 0x6e, 0x22, 0x5e, 0x0a, 0x15, 0x47, 0x65, 0x74, 0x50, 0x6f, 0x73, 0x74, 0x43, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x73, 0x70, 0x12, 0x2f, 0x0a, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x73, 0x6c, 0x6f, 0x77, 0x77, 0x69, 0x6c, 0x64, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x2e, 0x43, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x74, 0x49, 0x74, 0x65, 0x6d, 0x52, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x12, 0x14, 0x0a, 0x05, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x22, 0x7a, 0x0a, 0x0f, 0x47, 0x65, 0x74, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x12, 0x12, 0x0a, 0x04, 0x70, 0x61, 0x67, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x05, 0x52, 0x04, 0x70, 0x61, 0x67, 0x65, 0x12, 0x1b, 0x0a, 0x09, 0x70, 0x61, 0x67, 0x65, 0x5f, 0x73, 0x69, 0x7a, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x05, 0x52, 0x08, 0x70, 0x61, 0x67, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x12, 0x1d, 0x0a, 0x0a, 0x63, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x63, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x12, 0x17, 0x0a, 0x07, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x22, 0x58, 0x0a, 0x0f, 0x47, 0x65, 0x74, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x73, 0x70, 0x12, 0x2f, 0x0a, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x73, 0x6c, 0x6f, 0x77, 0x77, 0x69, 0x6c, 0x64, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x2e, 0x52, 0x65, 0x70, 0x6c, 0x69, 0x65, 0x73, 0x49, 0x74, 0x65, 0x6d, 0x52, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x12, 0x14, 0x0a, 0x05, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x22, 0x71, 0x0a, 0x14, 0x50, 0x6f, 0x73, 0x74, 0x43, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x74, 0x55, 0x70, 0x76, 0x6f, 0x74, 0x65, 0x52, 0x65, 0x71, 0x12, 0x17, 0x0a, 0x07, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x12, 0x1d, 0x0a, 0x0a, 0x63, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x63, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x12, 0x21, 0x0a, 0x0c, 0x63, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x74, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0b, 0x63, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x74, 0x54, 0x79, 0x70, 0x65, 0x22, 0x30, 0x0a, 0x14, 0x50, 0x6f, 0x73, 0x74, 0x43, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x74, 0x55, 0x70, 0x76, 0x6f, 0x74, 0x65, 0x52, 0x73, 0x70, 0x12, 0x18, 0x0a, 0x07, 0x73, 0x75, 0x63, 0x63, 0x65, 0x73, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x07, 0x73, 0x75, 0x63, 0x63, 0x65, 0x73, 0x73, 0x22, 0x41, 0x0a, 0x0d, 0x50, 0x6f, 0x73, 0x74, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x52, 0x65, 0x71, 0x12, 0x17, 0x0a, 0x07, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x12, 0x17, 0x0a, 0x07, 0x70, 0x6f, 0x73, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x70, 0x6f, 0x73, 0x74, 0x49, 0x64, 0x22, 0x29, 0x0a, 0x0d, 0x50, 0x6f, 0x73, 0x74, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x52, 0x73, 0x70, 0x12, 0x18, 0x0a, 0x07, 0x73, 0x75, 0x63, 0x63, 0x65, 0x73, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x07, 0x73, 0x75, 0x63, 0x63, 0x65, 0x73, 0x73, 0x22, 0x6d, 0x0a, 0x10, 0x43, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x74, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x52, 0x65, 0x71, 0x12, 0x17, 0x0a, 0x07, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x12, 0x1d, 0x0a, 0x0a, 0x63, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x74, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x63, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x12, 0x21, 0x0a, 0x0c, 0x63, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x74, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x05, 0x52, 0x0b, 0x63, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x74, 0x54, 0x79, 0x70, 0x65, 0x22, 0x2c, 0x0a, 0x10, 0x43, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x74, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x52, 0x73, 0x70, 0x12, 0x18, 0x0a, 0x07, 0x73, 0x75, 0x63, 0x63, 0x65, 0x73, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x07, 0x73, 0x75, 0x63, 0x63, 0x65, 0x73, 0x73, 0x22, 0x82, 0x01, 0x0a, 0x12, 0x47, 0x65, 0x74, 0x55, 0x73, 0x65, 0x72, 0x50, 0x6f, 0x73, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x12, 0x17, 0x0a, 0x07, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x70, 0x61, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x04, 0x70, 0x61, 0x67, 0x65, 0x12, 0x1b, 0x0a, 0x09, 0x70, 0x61, 0x67, 0x65, 0x5f, 0x73, 0x69, 0x7a, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x70, 0x61, 0x67, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x12, 0x22, 0x0a, 0x0d, 0x71, 0x75, 0x65, 0x72, 0x79, 0x5f, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0b, 0x71, 0x75, 0x65, 0x72, 0x79, 0x55, 0x73, 0x65, 0x72, 0x49, 0x64, 0x22, 0x5f, 0x0a, 0x12, 0x47, 0x65, 0x74, 0x55, 0x73, 0x65, 0x72, 0x50, 0x6f, 0x73, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x73, 0x70, 0x12, 0x33, 0x0a, 0x04, 0x4c, 0x69, 0x73, 0x74, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1f, 0x2e, 0x73, 0x6c, 0x6f, 0x77, 0x77, 0x69, 0x6c, 0x64, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x2e, 0x47, 0x65, 0x74, 0x50, 0x6f, 0x73, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x49, 0x74, 0x65, 0x6d, 0x52, 0x04, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x14, 0x0a, 0x05, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x22, 0x8c, 0x01, 0x0a, 0x1c, 0x47, 0x65, 0x74, 0x55, 0x73, 0x65, 0x72, 0x50, 0x6f, 0x73, 0x74, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x12, 0x17, 0x0a, 0x07, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x70, 0x61, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x04, 0x70, 0x61, 0x67, 0x65, 0x12, 0x1b, 0x0a, 0x09, 0x70, 0x61, 0x67, 0x65, 0x5f, 0x73, 0x69, 0x7a, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x70, 0x61, 0x67, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x12, 0x22, 0x0a, 0x0d, 0x71, 0x75, 0x65, 0x72, 0x79, 0x5f, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0b, 0x71, 0x75, 0x65, 0x72, 0x79, 0x55, 0x73, 0x65, 0x72, 0x49, 0x64, 0x22, 0x69, 0x0a, 0x1c, 0x47, 0x65, 0x74, 0x55, 0x73, 0x65, 0x72, 0x50, 0x6f, 0x73, 0x74, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x73, 0x70, 0x12, 0x33, 0x0a, 0x04, 0x4c, 0x69, 0x73, 0x74, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1f, 0x2e, 0x73, 0x6c, 0x6f, 0x77, 0x77, 0x69, 0x6c, 0x64, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x2e, 0x47, 0x65, 0x74, 0x50, 0x6f, 0x73, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x49, 0x74, 0x65, 0x6d, 0x52, 0x04, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x14, 0x0a, 0x05, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x22, 0x86, 0x01, 0x0a, 0x16, 0x47, 0x65, 0x74, 0x55, 0x73, 0x65, 0x72, 0x50, 0x6f, 0x73, 0x74, 0x4c, 0x69, 0x6b, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x12, 0x17, 0x0a, 0x07, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x70, 0x61, 0x67, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x04, 0x70, 0x61, 0x67, 0x65, 0x12, 0x1b, 0x0a, 0x09, 0x70, 0x61, 0x67, 0x65, 0x5f, 0x73, 0x69, 0x7a, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x70, 0x61, 0x67, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x12, 0x22, 0x0a, 0x0d, 0x71, 0x75, 0x65, 0x72, 0x79, 0x5f, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0b, 0x71, 0x75, 0x65, 0x72, 0x79, 0x55, 0x73, 0x65, 0x72, 0x49, 0x64, 0x22, 0x63, 0x0a, 0x16, 0x47, 0x65, 0x74, 0x55, 0x73, 0x65, 0x72, 0x50, 0x6f, 0x73, 0x74, 0x4c, 0x69, 0x6b, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x73, 0x70, 0x12, 0x33, 0x0a, 0x04, 0x4c, 0x69, 0x73, 0x74, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x1f, 0x2e, 0x73, 0x6c, 0x6f, 0x77, 0x77, 0x69, 0x6c, 0x64, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x2e, 0x47, 0x65, 0x74, 0x50, 0x6f, 0x73, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x49, 0x74, 0x65, 0x6d, 0x52, 0x04, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x14, 0x0a, 0x05, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x32, 0x8a, 0x12, 0x0a, 0x0e, 0x53, 0x6c, 0x6f, 0x77, 0x57, 0x69, 0x6c, 0x64, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x12, 0x46, 0x0a, 0x05, 0x4c, 0x6f, 0x67, 0x69, 0x6e, 0x12, 0x18, 0x2e, 0x73, 0x6c, 0x6f, 0x77, 0x77, 0x69, 0x6c, 0x64, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x2e, 0x4c, 0x6f, 0x67, 0x69, 0x6e, 0x52, 0x65, 0x71, 0x1a, 0x23, 0x2e, 0x73, 0x6c, 0x6f, 0x77, 0x77, 0x69, 0x6c, 0x64, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x2e, 0x4c, 0x6f, 0x67, 0x69, 0x6e, 0x41, 0x6e, 0x64, 0x52, 0x65, 0x67, 0x69, 0x73, 0x74, 0x65, 0x72, 0x52, 0x73, 0x70, 0x12, 0x4c, 0x0a, 0x08, 0x52, 0x65, 0x67, 0x69, 0x73, 0x74, 0x65, 0x72, 0x12, 0x1b, 0x2e, 0x73, 0x6c, 0x6f, 0x77, 0x77, 0x69, 0x6c, 0x64, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x2e, 0x52, 0x65, 0x67, 0x69, 0x73, 0x74, 0x65, 0x72, 0x52, 0x65, 0x71, 0x1a, 0x23, 0x2e, 0x73, 0x6c, 0x6f, 0x77, 0x77, 0x69, 0x6c, 0x64, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x2e, 0x4c, 0x6f, 0x67, 0x69, 0x6e, 0x41, 0x6e, 0x64, 0x52, 0x65, 0x67, 0x69, 0x73, 0x74, 0x65, 0x72, 0x52, 0x73, 0x70, 0x12, 0x4e, 0x0a, 0x0b, 0x47, 0x65, 0x74, 0x55, 0x73, 0x65, 0x72, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x1e, 0x2e, 0x73, 0x6c, 0x6f, 0x77, 0x77, 0x69, 0x6c, 0x64, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x2e, 0x47, 0x65, 0x74, 0x55, 0x73, 0x65, 0x72, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x71, 0x1a, 0x1f, 0x2e, 0x73, 0x6c, 0x6f, 0x77, 0x77, 0x69, 0x6c, 0x64, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x2e, 0x47, 0x65, 0x74, 0x55, 0x73, 0x65, 0x72, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x73, 0x70, 0x12, 0x45, 0x0a, 0x08, 0x46, 0x69, 0x6e, 0x64, 0x55, 0x73, 0x65, 0x72, 0x12, 0x1b, 0x2e, 0x73, 0x6c, 0x6f, 0x77, 0x77, 0x69, 0x6c, 0x64, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x2e, 0x46, 0x69, 0x6e, 0x64, 0x55, 0x73, 0x65, 0x72, 0x52, 0x65, 0x71, 0x1a, 0x1c, 0x2e, 0x73, 0x6c, 0x6f, 0x77, 0x77, 0x69, 0x6c, 0x64, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x2e, 0x46, 0x69, 0x6e, 0x64, 0x55, 0x73, 0x65, 0x72, 0x52, 0x65, 0x73, 0x70, 0x12, 0x4a, 0x0a, 0x0a, 0x55, 0x73, 0x65, 0x72, 0x46, 0x6f, 0x6c, 0x6c, 0x6f, 0x77, 0x12, 0x1d, 0x2e, 0x73, 0x6c, 0x6f, 0x77, 0x77, 0x69, 0x6c, 0x64, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x2e, 0x46, 0x6f, 0x6c, 0x6c, 0x6f, 0x77, 0x55, 0x73, 0x65, 0x72, 0x52, 0x65, 0x71, 0x1a, 0x1d, 0x2e, 0x73, 0x6c, 0x6f, 0x77, 0x77, 0x69, 0x6c, 0x64, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x2e, 0x46, 0x6f, 0x6c, 0x6c, 0x6f, 0x77, 0x55, 0x73, 0x65, 0x72, 0x52, 0x65, 0x73, 0x12, 0x50, 0x0a, 0x0c, 0x55, 0x6e, 0x55, 0x73, 0x65, 0x72, 0x46, 0x6f, 0x6c, 0x6c, 0x6f, 0x77, 0x12, 0x1f, 0x2e, 0x73, 0x6c, 0x6f, 0x77, 0x77, 0x69, 0x6c, 0x64, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x2e, 0x55, 0x6e, 0x46, 0x6f, 0x6c, 0x6c, 0x6f, 0x77, 0x55, 0x73, 0x65, 0x72, 0x52, 0x65, 0x71, 0x1a, 0x1f, 0x2e, 0x73, 0x6c, 0x6f, 0x77, 0x77, 0x69, 0x6c, 0x64, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x2e, 0x55, 0x6e, 0x46, 0x6f, 0x6c, 0x6c, 0x6f, 0x77, 0x55, 0x73, 0x65, 0x72, 0x52, 0x65, 0x73, 0x12, 0x4b, 0x0a, 0x07, 0x47, 0x65, 0x74, 0x46, 0x61, 0x6e, 0x73, 0x12, 0x1f, 0x2e, 0x73, 0x6c, 0x6f, 0x77, 0x77, 0x69, 0x6c, 0x64, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x2e, 0x47, 0x65, 0x74, 0x46, 0x6f, 0x6c, 0x6c, 0x6f, 0x77, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x71, 0x1a, 0x1f, 0x2e, 0x73, 0x6c, 0x6f, 0x77, 0x77, 0x69, 0x6c, 0x64, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x2e, 0x47, 0x65, 0x74, 0x46, 0x6f, 0x6c, 0x6c, 0x6f, 0x77, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x73, 0x12, 0x4e, 0x0a, 0x0a, 0x47, 0x65, 0x74, 0x46, 0x6f, 0x6c, 0x6c, 0x6f, 0x77, 0x73, 0x12, 0x1f, 0x2e, 0x73, 0x6c, 0x6f, 0x77, 0x77, 0x69, 0x6c, 0x64, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x2e, 0x47, 0x65, 0x74, 0x46, 0x6f, 0x6c, 0x6c, 0x6f, 0x77, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x71, 0x1a, 0x1f, 0x2e, 0x73, 0x6c, 0x6f, 0x77, 0x77, 0x69, 0x6c, 0x64, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x2e, 0x47, 0x65, 0x74, 0x46, 0x6f, 0x6c, 0x6c, 0x6f, 0x77, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x73, 0x12, 0x56, 0x0a, 0x0e, 0x47, 0x65, 0x74, 0x55, 0x73, 0x65, 0x72, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x12, 0x21, 0x2e, 0x73, 0x6c, 0x6f, 0x77, 0x77, 0x69, 0x6c, 0x64, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x2e, 0x47, 0x65, 0x74, 0x55, 0x73, 0x65, 0x72, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x1a, 0x21, 0x2e, 0x73, 0x6c, 0x6f, 0x77, 0x77, 0x69, 0x6c, 0x64, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x2e, 0x47, 0x65, 0x74, 0x55, 0x73, 0x65, 0x72, 0x50, 0x72, 0x6f, 0x66, 0x69, 0x6c, 0x65, 0x52, 0x65, 0x73, 0x12, 0x56, 0x0a, 0x0e, 0x53, 0x65, 0x61, 0x72, 0x63, 0x68, 0x55, 0x73, 0x65, 0x72, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x21, 0x2e, 0x73, 0x6c, 0x6f, 0x77, 0x77, 0x69, 0x6c, 0x64, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x2e, 0x53, 0x65, 0x61, 0x72, 0x63, 0x68, 0x55, 0x73, 0x65, 0x72, 0x6e, 0x61, 0x6d, 0x65, 0x52, 0x65, 0x71, 0x1a, 0x21, 0x2e, 0x73, 0x6c, 0x6f, 0x77, 0x77, 0x69, 0x6c, 0x64, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x2e, 0x53, 0x65, 0x61, 0x72, 0x63, 0x68, 0x55, 0x73, 0x65, 0x72, 0x6e, 0x61, 0x6d, 0x65, 0x52, 0x65, 0x73, 0x12, 0x4a, 0x0a, 0x0a, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x50, 0x6f, 0x73, 0x74, 0x12, 0x1d, 0x2e, 0x73, 0x6c, 0x6f, 0x77, 0x77, 0x69, 0x6c, 0x64, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x50, 0x6f, 0x73, 0x74, 0x52, 0x65, 0x71, 0x1a, 0x1d, 0x2e, 0x73, 0x6c, 0x6f, 0x77, 0x77, 0x69, 0x6c, 0x64, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x50, 0x6f, 0x73, 0x74, 0x52, 0x73, 0x70, 0x12, 0x4a, 0x0a, 0x0a, 0x47, 0x65, 0x74, 0x54, 0x61, 0x67, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x1d, 0x2e, 0x73, 0x6c, 0x6f, 0x77, 0x77, 0x69, 0x6c, 0x64, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x2e, 0x47, 0x65, 0x74, 0x54, 0x61, 0x67, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x1a, 0x1d, 0x2e, 0x73, 0x6c, 0x6f, 0x77, 0x77, 0x69, 0x6c, 0x64, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x2e, 0x47, 0x65, 0x74, 0x54, 0x61, 0x67, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x73, 0x70, 0x12, 0x3e, 0x0a, 0x06, 0x47, 0x65, 0x74, 0x54, 0x61, 0x67, 0x12, 0x19, 0x2e, 0x73, 0x6c, 0x6f, 0x77, 0x77, 0x69, 0x6c, 0x64, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x2e, 0x47, 0x65, 0x74, 0x54, 0x61, 0x67, 0x52, 0x65, 0x71, 0x1a, 0x19, 0x2e, 0x73, 0x6c, 0x6f, 0x77, 0x77, 0x69, 0x6c, 0x64, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x2e, 0x47, 0x65, 0x74, 0x54, 0x61, 0x67, 0x52, 0x73, 0x70, 0x12, 0x4d, 0x0a, 0x0b, 0x47, 0x65, 0x74, 0x50, 0x6f, 0x73, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x1e, 0x2e, 0x73, 0x6c, 0x6f, 0x77, 0x77, 0x69, 0x6c, 0x64, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x2e, 0x47, 0x65, 0x74, 0x50, 0x6f, 0x73, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x1a, 0x1e, 0x2e, 0x73, 0x6c, 0x6f, 0x77, 0x77, 0x69, 0x6c, 0x64, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x2e, 0x47, 0x65, 0x74, 0x50, 0x6f, 0x73, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x73, 0x70, 0x12, 0x41, 0x0a, 0x07, 0x47, 0x65, 0x74, 0x50, 0x6f, 0x73, 0x74, 0x12, 0x1a, 0x2e, 0x73, 0x6c, 0x6f, 0x77, 0x77, 0x69, 0x6c, 0x64, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x2e, 0x47, 0x65, 0x74, 0x50, 0x6f, 0x73, 0x74, 0x52, 0x65, 0x71, 0x1a, 0x1a, 0x2e, 0x73, 0x6c, 0x6f, 0x77, 0x77, 0x69, 0x6c, 0x64, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x2e, 0x47, 0x65, 0x74, 0x50, 0x6f, 0x73, 0x74, 0x52, 0x73, 0x70, 0x12, 0x4a, 0x0a, 0x0a, 0x50, 0x6f, 0x73, 0x74, 0x55, 0x70, 0x76, 0x6f, 0x74, 0x65, 0x12, 0x1d, 0x2e, 0x73, 0x6c, 0x6f, 0x77, 0x77, 0x69, 0x6c, 0x64, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x2e, 0x50, 0x6f, 0x73, 0x74, 0x55, 0x70, 0x76, 0x6f, 0x74, 0x65, 0x52, 0x65, 0x71, 0x1a, 0x1d, 0x2e, 0x73, 0x6c, 0x6f, 0x77, 0x77, 0x69, 0x6c, 0x64, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x2e, 0x50, 0x6f, 0x73, 0x74, 0x55, 0x70, 0x76, 0x6f, 0x74, 0x65, 0x52, 0x73, 0x70, 0x12, 0x47, 0x0a, 0x09, 0x50, 0x6f, 0x73, 0x74, 0x53, 0x68, 0x61, 0x72, 0x65, 0x12, 0x1c, 0x2e, 0x73, 0x6c, 0x6f, 0x77, 0x77, 0x69, 0x6c, 0x64, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x2e, 0x50, 0x6f, 0x73, 0x74, 0x53, 0x68, 0x61, 0x72, 0x65, 0x52, 0x65, 0x71, 0x1a, 0x1c, 0x2e, 0x73, 0x6c, 0x6f, 0x77, 0x77, 0x69, 0x6c, 0x64, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x2e, 0x50, 0x6f, 0x73, 0x74, 0x53, 0x68, 0x61, 0x72, 0x65, 0x52, 0x73, 0x70, 0x12, 0x56, 0x0a, 0x0e, 0x50, 0x6f, 0x73, 0x74, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x21, 0x2e, 0x73, 0x6c, 0x6f, 0x77, 0x77, 0x69, 0x6c, 0x64, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x2e, 0x50, 0x6f, 0x73, 0x74, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x1a, 0x21, 0x2e, 0x73, 0x6c, 0x6f, 0x77, 0x77, 0x69, 0x6c, 0x64, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x2e, 0x50, 0x6f, 0x73, 0x74, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x73, 0x70, 0x12, 0x4d, 0x0a, 0x0b, 0x50, 0x6f, 0x73, 0x74, 0x43, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x74, 0x12, 0x1e, 0x2e, 0x73, 0x6c, 0x6f, 0x77, 0x77, 0x69, 0x6c, 0x64, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x2e, 0x50, 0x6f, 0x73, 0x74, 0x43, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x74, 0x52, 0x65, 0x71, 0x1a, 0x1e, 0x2e, 0x73, 0x6c, 0x6f, 0x77, 0x77, 0x69, 0x6c, 0x64, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x2e, 0x50, 0x6f, 0x73, 0x74, 0x43, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x74, 0x52, 0x73, 0x70, 0x12, 0x47, 0x0a, 0x09, 0x50, 0x6f, 0x73, 0x74, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x1c, 0x2e, 0x73, 0x6c, 0x6f, 0x77, 0x77, 0x69, 0x6c, 0x64, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x2e, 0x50, 0x6f, 0x73, 0x74, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x52, 0x65, 0x71, 0x1a, 0x1c, 0x2e, 0x73, 0x6c, 0x6f, 0x77, 0x77, 0x69, 0x6c, 0x64, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x2e, 0x50, 0x6f, 0x73, 0x74, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x52, 0x73, 0x70, 0x12, 0x62, 0x0a, 0x12, 0x47, 0x65, 0x74, 0x50, 0x6f, 0x73, 0x74, 0x43, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x25, 0x2e, 0x73, 0x6c, 0x6f, 0x77, 0x77, 0x69, 0x6c, 0x64, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x2e, 0x47, 0x65, 0x74, 0x50, 0x6f, 0x73, 0x74, 0x43, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x1a, 0x25, 0x2e, 0x73, 0x6c, 0x6f, 0x77, 0x77, 0x69, 0x6c, 0x64, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x2e, 0x47, 0x65, 0x74, 0x50, 0x6f, 0x73, 0x74, 0x43, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x73, 0x70, 0x12, 0x50, 0x0a, 0x0c, 0x47, 0x65, 0x74, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x1f, 0x2e, 0x73, 0x6c, 0x6f, 0x77, 0x77, 0x69, 0x6c, 0x64, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x2e, 0x47, 0x65, 0x74, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x1a, 0x1f, 0x2e, 0x73, 0x6c, 0x6f, 0x77, 0x77, 0x69, 0x6c, 0x64, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x2e, 0x47, 0x65, 0x74, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x73, 0x70, 0x12, 0x5f, 0x0a, 0x11, 0x50, 0x6f, 0x73, 0x74, 0x43, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x74, 0x55, 0x70, 0x76, 0x6f, 0x74, 0x65, 0x12, 0x24, 0x2e, 0x73, 0x6c, 0x6f, 0x77, 0x77, 0x69, 0x6c, 0x64, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x2e, 0x50, 0x6f, 0x73, 0x74, 0x43, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x74, 0x55, 0x70, 0x76, 0x6f, 0x74, 0x65, 0x52, 0x65, 0x71, 0x1a, 0x24, 0x2e, 0x73, 0x6c, 0x6f, 0x77, 0x77, 0x69, 0x6c, 0x64, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x2e, 0x50, 0x6f, 0x73, 0x74, 0x43, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x74, 0x55, 0x70, 0x76, 0x6f, 0x74, 0x65, 0x52, 0x73, 0x70, 0x12, 0x4a, 0x0a, 0x0a, 0x50, 0x6f, 0x73, 0x74, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x12, 0x1d, 0x2e, 0x73, 0x6c, 0x6f, 0x77, 0x77, 0x69, 0x6c, 0x64, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x2e, 0x50, 0x6f, 0x73, 0x74, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x52, 0x65, 0x71, 0x1a, 0x1d, 0x2e, 0x73, 0x6c, 0x6f, 0x77, 0x77, 0x69, 0x6c, 0x64, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x2e, 0x50, 0x6f, 0x73, 0x74, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x52, 0x73, 0x70, 0x12, 0x53, 0x0a, 0x0d, 0x43, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x74, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x12, 0x20, 0x2e, 0x73, 0x6c, 0x6f, 0x77, 0x77, 0x69, 0x6c, 0x64, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x2e, 0x43, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x74, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x52, 0x65, 0x71, 0x1a, 0x20, 0x2e, 0x73, 0x6c, 0x6f, 0x77, 0x77, 0x69, 0x6c, 0x64, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x2e, 0x43, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x74, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x52, 0x73, 0x70, 0x12, 0x59, 0x0a, 0x0f, 0x47, 0x65, 0x74, 0x55, 0x73, 0x65, 0x72, 0x50, 0x6f, 0x73, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x22, 0x2e, 0x73, 0x6c, 0x6f, 0x77, 0x77, 0x69, 0x6c, 0x64, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x2e, 0x47, 0x65, 0x74, 0x55, 0x73, 0x65, 0x72, 0x50, 0x6f, 0x73, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x1a, 0x22, 0x2e, 0x73, 0x6c, 0x6f, 0x77, 0x77, 0x69, 0x6c, 0x64, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x2e, 0x47, 0x65, 0x74, 0x55, 0x73, 0x65, 0x72, 0x50, 0x6f, 0x73, 0x74, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x73, 0x70, 0x12, 0x77, 0x0a, 0x19, 0x47, 0x65, 0x74, 0x55, 0x73, 0x65, 0x72, 0x50, 0x6f, 0x73, 0x74, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x2c, 0x2e, 0x73, 0x6c, 0x6f, 0x77, 0x77, 0x69, 0x6c, 0x64, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x2e, 0x47, 0x65, 0x74, 0x55, 0x73, 0x65, 0x72, 0x50, 0x6f, 0x73, 0x74, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x1a, 0x2c, 0x2e, 0x73, 0x6c, 0x6f, 0x77, 0x77, 0x69, 0x6c, 0x64, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x2e, 0x47, 0x65, 0x74, 0x55, 0x73, 0x65, 0x72, 0x50, 0x6f, 0x73, 0x74, 0x43, 0x6f, 0x6c, 0x6c, 0x65, 0x63, 0x74, 0x69, 0x6f, 0x6e, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x73, 0x70, 0x12, 0x65, 0x0a, 0x13, 0x47, 0x65, 0x74, 0x55, 0x73, 0x65, 0x72, 0x50, 0x6f, 0x73, 0x74, 0x4c, 0x69, 0x6b, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x26, 0x2e, 0x73, 0x6c, 0x6f, 0x77, 0x77, 0x69, 0x6c, 0x64, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x2e, 0x47, 0x65, 0x74, 0x55, 0x73, 0x65, 0x72, 0x50, 0x6f, 0x73, 0x74, 0x4c, 0x69, 0x6b, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x71, 0x1a, 0x26, 0x2e, 0x73, 0x6c, 0x6f, 0x77, 0x77, 0x69, 0x6c, 0x64, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x2e, 0x47, 0x65, 0x74, 0x55, 0x73, 0x65, 0x72, 0x50, 0x6f, 0x73, 0x74, 0x4c, 0x69, 0x6b, 0x65, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x73, 0x70, 0x42, 0x19, 0x5a, 0x17, 0x73, 0x6c, 0x6f, 0x77, 0x77, 0x69, 0x6c, 0x64, 0x2f, 0x73, 0x6c, 0x6f, 0x77, 0x77, 0x69, 0x6c, 0x64, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, } var ( file_proto_slowwild_proto_rawDescOnce sync.Once file_proto_slowwild_proto_rawDescData = file_proto_slowwild_proto_rawDesc ) func file_proto_slowwild_proto_rawDescGZIP() []byte { file_proto_slowwild_proto_rawDescOnce.Do(func() { file_proto_slowwild_proto_rawDescData = protoimpl.X.CompressGZIP(file_proto_slowwild_proto_rawDescData) }) return file_proto_slowwild_proto_rawDescData } var file_proto_slowwild_proto_msgTypes = make([]protoimpl.MessageInfo, 64) var file_proto_slowwild_proto_goTypes = []any{ (*UserEntity)(nil), // 0: slowwildserver.UserEntity (*UserInfo)(nil), // 1: slowwildserver.UserInfo (*FollowUserInfo)(nil), // 2: slowwildserver.FollowUserInfo (*LoginAndRegisterRsp)(nil), // 3: slowwildserver.LoginAndRegisterRsp (*LoginReq)(nil), // 4: slowwildserver.LoginReq (*RegisterReq)(nil), // 5: slowwildserver.RegisterReq (*GetUserInfoReq)(nil), // 6: slowwildserver.GetUserInfoReq (*GetUserInfoResp)(nil), // 7: slowwildserver.GetUserInfoResp (*FindUserReq)(nil), // 8: slowwildserver.FindUserReq (*FindUserResp)(nil), // 9: slowwildserver.FindUserResp (*FollowUserReq)(nil), // 10: slowwildserver.FollowUserReq (*FollowUserRes)(nil), // 11: slowwildserver.FollowUserRes (*UnFollowUserReq)(nil), // 12: slowwildserver.UnFollowUserReq (*UnFollowUserRes)(nil), // 13: slowwildserver.UnFollowUserRes (*GetFollowingReq)(nil), // 14: slowwildserver.GetFollowingReq (*GetFollowingRes)(nil), // 15: slowwildserver.GetFollowingRes (*GetFollowReq)(nil), // 16: slowwildserver.GetFollowReq (*GetFollowRes)(nil), // 17: slowwildserver.GetFollowRes (*GetUserProfileReq)(nil), // 18: slowwildserver.GetUserProfileReq (*GetUserProfileRes)(nil), // 19: slowwildserver.GetUserProfileRes (*SearchUsernameReq)(nil), // 20: slowwildserver.SearchUsernameReq (*SearchUsernameItem)(nil), // 21: slowwildserver.SearchUsernameItem (*SearchUsernameRes)(nil), // 22: slowwildserver.SearchUsernameRes (*CreateTag)(nil), // 23: slowwildserver.CreateTag (*CreatePostReq)(nil), // 24: slowwildserver.CreatePostReq (*CreatePostRsp)(nil), // 25: slowwildserver.CreatePostRsp (*GetTagListReq)(nil), // 26: slowwildserver.GetTagListReq (*TagItem)(nil), // 27: slowwildserver.TagItem (*GetTagListRsp)(nil), // 28: slowwildserver.GetTagListRsp (*GetTagReq)(nil), // 29: slowwildserver.GetTagReq (*GetTagRsp)(nil), // 30: slowwildserver.GetTagRsp (*GetPostListReq)(nil), // 31: slowwildserver.GetPostListReq (*GetPostListItem)(nil), // 32: slowwildserver.GetPostListItem (*GetPostListRsp)(nil), // 33: slowwildserver.GetPostListRsp (*GetPostReq)(nil), // 34: slowwildserver.GetPostReq (*GetPostRsp)(nil), // 35: slowwildserver.GetPostRsp (*PostUpvoteReq)(nil), // 36: slowwildserver.PostUpvoteReq (*PostUpvoteRsp)(nil), // 37: slowwildserver.PostUpvoteRsp (*PostCollectionReq)(nil), // 38: slowwildserver.PostCollectionReq (*PostCollectionRsp)(nil), // 39: slowwildserver.PostCollectionRsp (*PostShareReq)(nil), // 40: slowwildserver.PostShareReq (*PostShareRsp)(nil), // 41: slowwildserver.PostShareRsp (*PostCommentReq)(nil), // 42: slowwildserver.PostCommentReq (*PostCommentRsp)(nil), // 43: slowwildserver.PostCommentRsp (*PostReplyReq)(nil), // 44: slowwildserver.PostReplyReq (*PostReplyRsp)(nil), // 45: slowwildserver.PostReplyRsp (*GetPostCommentListReq)(nil), // 46: slowwildserver.GetPostCommentListReq (*RepliesItem)(nil), // 47: slowwildserver.RepliesItem (*CommentItem)(nil), // 48: slowwildserver.CommentItem (*GetPostCommentListRsp)(nil), // 49: slowwildserver.GetPostCommentListRsp (*GetReplyListReq)(nil), // 50: slowwildserver.GetReplyListReq (*GetReplyListRsp)(nil), // 51: slowwildserver.GetReplyListRsp (*PostCommentUpvoteReq)(nil), // 52: slowwildserver.PostCommentUpvoteReq (*PostCommentUpvoteRsp)(nil), // 53: slowwildserver.PostCommentUpvoteRsp (*PostDeleteReq)(nil), // 54: slowwildserver.PostDeleteReq (*PostDeleteRsp)(nil), // 55: slowwildserver.PostDeleteRsp (*CommentDeleteReq)(nil), // 56: slowwildserver.CommentDeleteReq (*CommentDeleteRsp)(nil), // 57: slowwildserver.CommentDeleteRsp (*GetUserPostListReq)(nil), // 58: slowwildserver.GetUserPostListReq (*GetUserPostListRsp)(nil), // 59: slowwildserver.GetUserPostListRsp (*GetUserPostCollectionListReq)(nil), // 60: slowwildserver.GetUserPostCollectionListReq (*GetUserPostCollectionListRsp)(nil), // 61: slowwildserver.GetUserPostCollectionListRsp (*GetUserPostLikeListReq)(nil), // 62: slowwildserver.GetUserPostLikeListReq (*GetUserPostLikeListRsp)(nil), // 63: slowwildserver.GetUserPostLikeListRsp } var file_proto_slowwild_proto_depIdxs = []int32{ 1, // 0: slowwildserver.FollowUserInfo.user:type_name -> slowwildserver.UserInfo 1, // 1: slowwildserver.FindUserResp.user_list:type_name -> slowwildserver.UserInfo 2, // 2: slowwildserver.GetFollowingRes.list:type_name -> slowwildserver.FollowUserInfo 2, // 3: slowwildserver.GetFollowRes.list:type_name -> slowwildserver.FollowUserInfo 21, // 4: slowwildserver.SearchUsernameRes.list:type_name -> slowwildserver.SearchUsernameItem 23, // 5: slowwildserver.CreatePostReq.tags:type_name -> slowwildserver.CreateTag 1, // 6: slowwildserver.TagItem.user:type_name -> slowwildserver.UserInfo 27, // 7: slowwildserver.GetTagListRsp.tag_list:type_name -> slowwildserver.TagItem 1, // 8: slowwildserver.GetTagRsp.user:type_name -> slowwildserver.UserInfo 1, // 9: slowwildserver.GetPostListItem.user:type_name -> slowwildserver.UserInfo 27, // 10: slowwildserver.GetPostListItem.tags:type_name -> slowwildserver.TagItem 32, // 11: slowwildserver.GetPostListRsp.List:type_name -> slowwildserver.GetPostListItem 1, // 12: slowwildserver.GetPostRsp.user:type_name -> slowwildserver.UserInfo 27, // 13: slowwildserver.GetPostRsp.tags:type_name -> slowwildserver.TagItem 1, // 14: slowwildserver.GetPostRsp.with_user:type_name -> slowwildserver.UserInfo 1, // 15: slowwildserver.RepliesItem.user:type_name -> slowwildserver.UserInfo 1, // 16: slowwildserver.RepliesItem.with_user:type_name -> slowwildserver.UserInfo 1, // 17: slowwildserver.CommentItem.user:type_name -> slowwildserver.UserInfo 1, // 18: slowwildserver.CommentItem.with_user:type_name -> slowwildserver.UserInfo 47, // 19: slowwildserver.CommentItem.reply_item:type_name -> slowwildserver.RepliesItem 48, // 20: slowwildserver.GetPostCommentListRsp.list:type_name -> slowwildserver.CommentItem 47, // 21: slowwildserver.GetReplyListRsp.list:type_name -> slowwildserver.RepliesItem 32, // 22: slowwildserver.GetUserPostListRsp.List:type_name -> slowwildserver.GetPostListItem 32, // 23: slowwildserver.GetUserPostCollectionListRsp.List:type_name -> slowwildserver.GetPostListItem 32, // 24: slowwildserver.GetUserPostLikeListRsp.List:type_name -> slowwildserver.GetPostListItem 4, // 25: slowwildserver.SlowWildServer.Login:input_type -> slowwildserver.LoginReq 5, // 26: slowwildserver.SlowWildServer.Register:input_type -> slowwildserver.RegisterReq 6, // 27: slowwildserver.SlowWildServer.GetUserInfo:input_type -> slowwildserver.GetUserInfoReq 8, // 28: slowwildserver.SlowWildServer.FindUser:input_type -> slowwildserver.FindUserReq 10, // 29: slowwildserver.SlowWildServer.UserFollow:input_type -> slowwildserver.FollowUserReq 12, // 30: slowwildserver.SlowWildServer.UnUserFollow:input_type -> slowwildserver.UnFollowUserReq 14, // 31: slowwildserver.SlowWildServer.GetFans:input_type -> slowwildserver.GetFollowingReq 14, // 32: slowwildserver.SlowWildServer.GetFollows:input_type -> slowwildserver.GetFollowingReq 18, // 33: slowwildserver.SlowWildServer.GetUserProfile:input_type -> slowwildserver.GetUserProfileReq 20, // 34: slowwildserver.SlowWildServer.SearchUsername:input_type -> slowwildserver.SearchUsernameReq 24, // 35: slowwildserver.SlowWildServer.CreatePost:input_type -> slowwildserver.CreatePostReq 26, // 36: slowwildserver.SlowWildServer.GetTagList:input_type -> slowwildserver.GetTagListReq 29, // 37: slowwildserver.SlowWildServer.GetTag:input_type -> slowwildserver.GetTagReq 31, // 38: slowwildserver.SlowWildServer.GetPostList:input_type -> slowwildserver.GetPostListReq 34, // 39: slowwildserver.SlowWildServer.GetPost:input_type -> slowwildserver.GetPostReq 36, // 40: slowwildserver.SlowWildServer.PostUpvote:input_type -> slowwildserver.PostUpvoteReq 40, // 41: slowwildserver.SlowWildServer.PostShare:input_type -> slowwildserver.PostShareReq 38, // 42: slowwildserver.SlowWildServer.PostCollection:input_type -> slowwildserver.PostCollectionReq 42, // 43: slowwildserver.SlowWildServer.PostComment:input_type -> slowwildserver.PostCommentReq 44, // 44: slowwildserver.SlowWildServer.PostReply:input_type -> slowwildserver.PostReplyReq 46, // 45: slowwildserver.SlowWildServer.GetPostCommentList:input_type -> slowwildserver.GetPostCommentListReq 50, // 46: slowwildserver.SlowWildServer.GetReplyList:input_type -> slowwildserver.GetReplyListReq 52, // 47: slowwildserver.SlowWildServer.PostCommentUpvote:input_type -> slowwildserver.PostCommentUpvoteReq 54, // 48: slowwildserver.SlowWildServer.PostDelete:input_type -> slowwildserver.PostDeleteReq 56, // 49: slowwildserver.SlowWildServer.CommentDelete:input_type -> slowwildserver.CommentDeleteReq 58, // 50: slowwildserver.SlowWildServer.GetUserPostList:input_type -> slowwildserver.GetUserPostListReq 60, // 51: slowwildserver.SlowWildServer.GetUserPostCollectionList:input_type -> slowwildserver.GetUserPostCollectionListReq 62, // 52: slowwildserver.SlowWildServer.GetUserPostLikeList:input_type -> slowwildserver.GetUserPostLikeListReq 3, // 53: slowwildserver.SlowWildServer.Login:output_type -> slowwildserver.LoginAndRegisterRsp 3, // 54: slowwildserver.SlowWildServer.Register:output_type -> slowwildserver.LoginAndRegisterRsp 7, // 55: slowwildserver.SlowWildServer.GetUserInfo:output_type -> slowwildserver.GetUserInfoResp 9, // 56: slowwildserver.SlowWildServer.FindUser:output_type -> slowwildserver.FindUserResp 11, // 57: slowwildserver.SlowWildServer.UserFollow:output_type -> slowwildserver.FollowUserRes 13, // 58: slowwildserver.SlowWildServer.UnUserFollow:output_type -> slowwildserver.UnFollowUserRes 15, // 59: slowwildserver.SlowWildServer.GetFans:output_type -> slowwildserver.GetFollowingRes 15, // 60: slowwildserver.SlowWildServer.GetFollows:output_type -> slowwildserver.GetFollowingRes 19, // 61: slowwildserver.SlowWildServer.GetUserProfile:output_type -> slowwildserver.GetUserProfileRes 22, // 62: slowwildserver.SlowWildServer.SearchUsername:output_type -> slowwildserver.SearchUsernameRes 25, // 63: slowwildserver.SlowWildServer.CreatePost:output_type -> slowwildserver.CreatePostRsp 28, // 64: slowwildserver.SlowWildServer.GetTagList:output_type -> slowwildserver.GetTagListRsp 30, // 65: slowwildserver.SlowWildServer.GetTag:output_type -> slowwildserver.GetTagRsp 33, // 66: slowwildserver.SlowWildServer.GetPostList:output_type -> slowwildserver.GetPostListRsp 35, // 67: slowwildserver.SlowWildServer.GetPost:output_type -> slowwildserver.GetPostRsp 37, // 68: slowwildserver.SlowWildServer.PostUpvote:output_type -> slowwildserver.PostUpvoteRsp 41, // 69: slowwildserver.SlowWildServer.PostShare:output_type -> slowwildserver.PostShareRsp 39, // 70: slowwildserver.SlowWildServer.PostCollection:output_type -> slowwildserver.PostCollectionRsp 43, // 71: slowwildserver.SlowWildServer.PostComment:output_type -> slowwildserver.PostCommentRsp 45, // 72: slowwildserver.SlowWildServer.PostReply:output_type -> slowwildserver.PostReplyRsp 49, // 73: slowwildserver.SlowWildServer.GetPostCommentList:output_type -> slowwildserver.GetPostCommentListRsp 51, // 74: slowwildserver.SlowWildServer.GetReplyList:output_type -> slowwildserver.GetReplyListRsp 53, // 75: slowwildserver.SlowWildServer.PostCommentUpvote:output_type -> slowwildserver.PostCommentUpvoteRsp 55, // 76: slowwildserver.SlowWildServer.PostDelete:output_type -> slowwildserver.PostDeleteRsp 57, // 77: slowwildserver.SlowWildServer.CommentDelete:output_type -> slowwildserver.CommentDeleteRsp 59, // 78: slowwildserver.SlowWildServer.GetUserPostList:output_type -> slowwildserver.GetUserPostListRsp 61, // 79: slowwildserver.SlowWildServer.GetUserPostCollectionList:output_type -> slowwildserver.GetUserPostCollectionListRsp 63, // 80: slowwildserver.SlowWildServer.GetUserPostLikeList:output_type -> slowwildserver.GetUserPostLikeListRsp 53, // [53:81] is the sub-list for method output_type 25, // [25:53] is the sub-list for method input_type 25, // [25:25] is the sub-list for extension type_name 25, // [25:25] is the sub-list for extension extendee 0, // [0:25] is the sub-list for field type_name } func init() { file_proto_slowwild_proto_init() } func file_proto_slowwild_proto_init() { if File_proto_slowwild_proto != nil { return } if !protoimpl.UnsafeEnabled { file_proto_slowwild_proto_msgTypes[0].Exporter = func(v any, i int) any { switch v := v.(*UserEntity); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_proto_slowwild_proto_msgTypes[1].Exporter = func(v any, i int) any { switch v := v.(*UserInfo); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_proto_slowwild_proto_msgTypes[2].Exporter = func(v any, i int) any { switch v := v.(*FollowUserInfo); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_proto_slowwild_proto_msgTypes[3].Exporter = func(v any, i int) any { switch v := v.(*LoginAndRegisterRsp); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_proto_slowwild_proto_msgTypes[4].Exporter = func(v any, i int) any { switch v := v.(*LoginReq); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_proto_slowwild_proto_msgTypes[5].Exporter = func(v any, i int) any { switch v := v.(*RegisterReq); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_proto_slowwild_proto_msgTypes[6].Exporter = func(v any, i int) any { switch v := v.(*GetUserInfoReq); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_proto_slowwild_proto_msgTypes[7].Exporter = func(v any, i int) any { switch v := v.(*GetUserInfoResp); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_proto_slowwild_proto_msgTypes[8].Exporter = func(v any, i int) any { switch v := v.(*FindUserReq); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_proto_slowwild_proto_msgTypes[9].Exporter = func(v any, i int) any { switch v := v.(*FindUserResp); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_proto_slowwild_proto_msgTypes[10].Exporter = func(v any, i int) any { switch v := v.(*FollowUserReq); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_proto_slowwild_proto_msgTypes[11].Exporter = func(v any, i int) any { switch v := v.(*FollowUserRes); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_proto_slowwild_proto_msgTypes[12].Exporter = func(v any, i int) any { switch v := v.(*UnFollowUserReq); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_proto_slowwild_proto_msgTypes[13].Exporter = func(v any, i int) any { switch v := v.(*UnFollowUserRes); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_proto_slowwild_proto_msgTypes[14].Exporter = func(v any, i int) any { switch v := v.(*GetFollowingReq); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_proto_slowwild_proto_msgTypes[15].Exporter = func(v any, i int) any { switch v := v.(*GetFollowingRes); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_proto_slowwild_proto_msgTypes[16].Exporter = func(v any, i int) any { switch v := v.(*GetFollowReq); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_proto_slowwild_proto_msgTypes[17].Exporter = func(v any, i int) any { switch v := v.(*GetFollowRes); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_proto_slowwild_proto_msgTypes[18].Exporter = func(v any, i int) any { switch v := v.(*GetUserProfileReq); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_proto_slowwild_proto_msgTypes[19].Exporter = func(v any, i int) any { switch v := v.(*GetUserProfileRes); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_proto_slowwild_proto_msgTypes[20].Exporter = func(v any, i int) any { switch v := v.(*SearchUsernameReq); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_proto_slowwild_proto_msgTypes[21].Exporter = func(v any, i int) any { switch v := v.(*SearchUsernameItem); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_proto_slowwild_proto_msgTypes[22].Exporter = func(v any, i int) any { switch v := v.(*SearchUsernameRes); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_proto_slowwild_proto_msgTypes[23].Exporter = func(v any, i int) any { switch v := v.(*CreateTag); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_proto_slowwild_proto_msgTypes[24].Exporter = func(v any, i int) any { switch v := v.(*CreatePostReq); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_proto_slowwild_proto_msgTypes[25].Exporter = func(v any, i int) any { switch v := v.(*CreatePostRsp); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_proto_slowwild_proto_msgTypes[26].Exporter = func(v any, i int) any { switch v := v.(*GetTagListReq); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_proto_slowwild_proto_msgTypes[27].Exporter = func(v any, i int) any { switch v := v.(*TagItem); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_proto_slowwild_proto_msgTypes[28].Exporter = func(v any, i int) any { switch v := v.(*GetTagListRsp); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_proto_slowwild_proto_msgTypes[29].Exporter = func(v any, i int) any { switch v := v.(*GetTagReq); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_proto_slowwild_proto_msgTypes[30].Exporter = func(v any, i int) any { switch v := v.(*GetTagRsp); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_proto_slowwild_proto_msgTypes[31].Exporter = func(v any, i int) any { switch v := v.(*GetPostListReq); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_proto_slowwild_proto_msgTypes[32].Exporter = func(v any, i int) any { switch v := v.(*GetPostListItem); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_proto_slowwild_proto_msgTypes[33].Exporter = func(v any, i int) any { switch v := v.(*GetPostListRsp); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_proto_slowwild_proto_msgTypes[34].Exporter = func(v any, i int) any { switch v := v.(*GetPostReq); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_proto_slowwild_proto_msgTypes[35].Exporter = func(v any, i int) any { switch v := v.(*GetPostRsp); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_proto_slowwild_proto_msgTypes[36].Exporter = func(v any, i int) any { switch v := v.(*PostUpvoteReq); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_proto_slowwild_proto_msgTypes[37].Exporter = func(v any, i int) any { switch v := v.(*PostUpvoteRsp); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_proto_slowwild_proto_msgTypes[38].Exporter = func(v any, i int) any { switch v := v.(*PostCollectionReq); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_proto_slowwild_proto_msgTypes[39].Exporter = func(v any, i int) any { switch v := v.(*PostCollectionRsp); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_proto_slowwild_proto_msgTypes[40].Exporter = func(v any, i int) any { switch v := v.(*PostShareReq); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_proto_slowwild_proto_msgTypes[41].Exporter = func(v any, i int) any { switch v := v.(*PostShareRsp); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_proto_slowwild_proto_msgTypes[42].Exporter = func(v any, i int) any { switch v := v.(*PostCommentReq); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_proto_slowwild_proto_msgTypes[43].Exporter = func(v any, i int) any { switch v := v.(*PostCommentRsp); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_proto_slowwild_proto_msgTypes[44].Exporter = func(v any, i int) any { switch v := v.(*PostReplyReq); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_proto_slowwild_proto_msgTypes[45].Exporter = func(v any, i int) any { switch v := v.(*PostReplyRsp); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_proto_slowwild_proto_msgTypes[46].Exporter = func(v any, i int) any { switch v := v.(*GetPostCommentListReq); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_proto_slowwild_proto_msgTypes[47].Exporter = func(v any, i int) any { switch v := v.(*RepliesItem); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_proto_slowwild_proto_msgTypes[48].Exporter = func(v any, i int) any { switch v := v.(*CommentItem); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_proto_slowwild_proto_msgTypes[49].Exporter = func(v any, i int) any { switch v := v.(*GetPostCommentListRsp); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_proto_slowwild_proto_msgTypes[50].Exporter = func(v any, i int) any { switch v := v.(*GetReplyListReq); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_proto_slowwild_proto_msgTypes[51].Exporter = func(v any, i int) any { switch v := v.(*GetReplyListRsp); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_proto_slowwild_proto_msgTypes[52].Exporter = func(v any, i int) any { switch v := v.(*PostCommentUpvoteReq); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_proto_slowwild_proto_msgTypes[53].Exporter = func(v any, i int) any { switch v := v.(*PostCommentUpvoteRsp); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_proto_slowwild_proto_msgTypes[54].Exporter = func(v any, i int) any { switch v := v.(*PostDeleteReq); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_proto_slowwild_proto_msgTypes[55].Exporter = func(v any, i int) any { switch v := v.(*PostDeleteRsp); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_proto_slowwild_proto_msgTypes[56].Exporter = func(v any, i int) any { switch v := v.(*CommentDeleteReq); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_proto_slowwild_proto_msgTypes[57].Exporter = func(v any, i int) any { switch v := v.(*CommentDeleteRsp); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_proto_slowwild_proto_msgTypes[58].Exporter = func(v any, i int) any { switch v := v.(*GetUserPostListReq); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_proto_slowwild_proto_msgTypes[59].Exporter = func(v any, i int) any { switch v := v.(*GetUserPostListRsp); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_proto_slowwild_proto_msgTypes[60].Exporter = func(v any, i int) any { switch v := v.(*GetUserPostCollectionListReq); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_proto_slowwild_proto_msgTypes[61].Exporter = func(v any, i int) any { switch v := v.(*GetUserPostCollectionListRsp); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_proto_slowwild_proto_msgTypes[62].Exporter = func(v any, i int) any { switch v := v.(*GetUserPostLikeListReq); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } file_proto_slowwild_proto_msgTypes[63].Exporter = func(v any, i int) any { switch v := v.(*GetUserPostLikeListRsp); i { case 0: return &v.state case 1: return &v.sizeCache case 2: return &v.unknownFields default: return nil } } } type x struct{} out := protoimpl.TypeBuilder{ File: protoimpl.DescBuilder{ GoPackagePath: reflect.TypeOf(x{}).PkgPath(), RawDescriptor: file_proto_slowwild_proto_rawDesc, NumEnums: 0, NumMessages: 64, NumExtensions: 0, NumServices: 1, }, GoTypes: file_proto_slowwild_proto_goTypes, DependencyIndexes: file_proto_slowwild_proto_depIdxs, MessageInfos: file_proto_slowwild_proto_msgTypes, }.Build() File_proto_slowwild_proto = out.File file_proto_slowwild_proto_rawDesc = nil file_proto_slowwild_proto_goTypes = nil file_proto_slowwild_proto_depIdxs = nil }