|
@@ -3283,13 +3283,15 @@ type PostReplyReq struct {
|
|
|
sizeCache protoimpl.SizeCache
|
|
sizeCache protoimpl.SizeCache
|
|
|
unknownFields protoimpl.UnknownFields
|
|
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"`
|
|
|
|
|
|
|
+ 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() {
|
|
func (x *PostReplyReq) Reset() {
|
|
@@ -3373,6 +3375,20 @@ func (x *PostReplyReq) GetIpLoc() string {
|
|
|
return ""
|
|
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 {
|
|
type PostReplyRsp struct {
|
|
|
state protoimpl.MessageState
|
|
state protoimpl.MessageState
|
|
|
sizeCache protoimpl.SizeCache
|
|
sizeCache protoimpl.SizeCache
|
|
@@ -4052,18 +4068,17 @@ func (x *PostCommentUpvoteRsp) GetSuccess() bool {
|
|
|
return false
|
|
return false
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-type PostCommentThumbsDownReq struct {
|
|
|
|
|
|
|
+type PostDeleteReq struct {
|
|
|
state protoimpl.MessageState
|
|
state protoimpl.MessageState
|
|
|
sizeCache protoimpl.SizeCache
|
|
sizeCache protoimpl.SizeCache
|
|
|
unknownFields protoimpl.UnknownFields
|
|
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-回复
|
|
|
|
|
|
|
+ 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 *PostCommentThumbsDownReq) Reset() {
|
|
|
|
|
- *x = PostCommentThumbsDownReq{}
|
|
|
|
|
|
|
+func (x *PostDeleteReq) Reset() {
|
|
|
|
|
+ *x = PostDeleteReq{}
|
|
|
if protoimpl.UnsafeEnabled {
|
|
if protoimpl.UnsafeEnabled {
|
|
|
mi := &file_proto_slowwild_proto_msgTypes[54]
|
|
mi := &file_proto_slowwild_proto_msgTypes[54]
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
@@ -4071,13 +4086,13 @@ func (x *PostCommentThumbsDownReq) Reset() {
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-func (x *PostCommentThumbsDownReq) String() string {
|
|
|
|
|
|
|
+func (x *PostDeleteReq) String() string {
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-func (*PostCommentThumbsDownReq) ProtoMessage() {}
|
|
|
|
|
|
|
+func (*PostDeleteReq) ProtoMessage() {}
|
|
|
|
|
|
|
|
-func (x *PostCommentThumbsDownReq) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
|
+func (x *PostDeleteReq) ProtoReflect() protoreflect.Message {
|
|
|
mi := &file_proto_slowwild_proto_msgTypes[54]
|
|
mi := &file_proto_slowwild_proto_msgTypes[54]
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
@@ -4089,33 +4104,26 @@ func (x *PostCommentThumbsDownReq) ProtoReflect() protoreflect.Message {
|
|
|
return mi.MessageOf(x)
|
|
return mi.MessageOf(x)
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-// Deprecated: Use PostCommentThumbsDownReq.ProtoReflect.Descriptor instead.
|
|
|
|
|
-func (*PostCommentThumbsDownReq) Descriptor() ([]byte, []int) {
|
|
|
|
|
|
|
+// Deprecated: Use PostDeleteReq.ProtoReflect.Descriptor instead.
|
|
|
|
|
+func (*PostDeleteReq) Descriptor() ([]byte, []int) {
|
|
|
return file_proto_slowwild_proto_rawDescGZIP(), []int{54}
|
|
return file_proto_slowwild_proto_rawDescGZIP(), []int{54}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-func (x *PostCommentThumbsDownReq) GetUserId() int64 {
|
|
|
|
|
|
|
+func (x *PostDeleteReq) GetUserId() int64 {
|
|
|
if x != nil {
|
|
if x != nil {
|
|
|
return x.UserId
|
|
return x.UserId
|
|
|
}
|
|
}
|
|
|
return 0
|
|
return 0
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-func (x *PostCommentThumbsDownReq) GetCommentId() int64 {
|
|
|
|
|
- if x != nil {
|
|
|
|
|
- return x.CommentId
|
|
|
|
|
- }
|
|
|
|
|
- return 0
|
|
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
-func (x *PostCommentThumbsDownReq) GetCommentType() int32 {
|
|
|
|
|
|
|
+func (x *PostDeleteReq) GetPostId() int64 {
|
|
|
if x != nil {
|
|
if x != nil {
|
|
|
- return x.CommentType
|
|
|
|
|
|
|
+ return x.PostId
|
|
|
}
|
|
}
|
|
|
return 0
|
|
return 0
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-type PostCommentThumbsDownRsp struct {
|
|
|
|
|
|
|
+type PostDeleteRsp struct {
|
|
|
state protoimpl.MessageState
|
|
state protoimpl.MessageState
|
|
|
sizeCache protoimpl.SizeCache
|
|
sizeCache protoimpl.SizeCache
|
|
|
unknownFields protoimpl.UnknownFields
|
|
unknownFields protoimpl.UnknownFields
|
|
@@ -4123,8 +4131,8 @@ type PostCommentThumbsDownRsp struct {
|
|
|
Success bool `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
|
|
Success bool `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-func (x *PostCommentThumbsDownRsp) Reset() {
|
|
|
|
|
- *x = PostCommentThumbsDownRsp{}
|
|
|
|
|
|
|
+func (x *PostDeleteRsp) Reset() {
|
|
|
|
|
+ *x = PostDeleteRsp{}
|
|
|
if protoimpl.UnsafeEnabled {
|
|
if protoimpl.UnsafeEnabled {
|
|
|
mi := &file_proto_slowwild_proto_msgTypes[55]
|
|
mi := &file_proto_slowwild_proto_msgTypes[55]
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
@@ -4132,13 +4140,13 @@ func (x *PostCommentThumbsDownRsp) Reset() {
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-func (x *PostCommentThumbsDownRsp) String() string {
|
|
|
|
|
|
|
+func (x *PostDeleteRsp) String() string {
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-func (*PostCommentThumbsDownRsp) ProtoMessage() {}
|
|
|
|
|
|
|
+func (*PostDeleteRsp) ProtoMessage() {}
|
|
|
|
|
|
|
|
-func (x *PostCommentThumbsDownRsp) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
|
+func (x *PostDeleteRsp) ProtoReflect() protoreflect.Message {
|
|
|
mi := &file_proto_slowwild_proto_msgTypes[55]
|
|
mi := &file_proto_slowwild_proto_msgTypes[55]
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
@@ -4150,29 +4158,30 @@ func (x *PostCommentThumbsDownRsp) ProtoReflect() protoreflect.Message {
|
|
|
return mi.MessageOf(x)
|
|
return mi.MessageOf(x)
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-// Deprecated: Use PostCommentThumbsDownRsp.ProtoReflect.Descriptor instead.
|
|
|
|
|
-func (*PostCommentThumbsDownRsp) Descriptor() ([]byte, []int) {
|
|
|
|
|
|
|
+// Deprecated: Use PostDeleteRsp.ProtoReflect.Descriptor instead.
|
|
|
|
|
+func (*PostDeleteRsp) Descriptor() ([]byte, []int) {
|
|
|
return file_proto_slowwild_proto_rawDescGZIP(), []int{55}
|
|
return file_proto_slowwild_proto_rawDescGZIP(), []int{55}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-func (x *PostCommentThumbsDownRsp) GetSuccess() bool {
|
|
|
|
|
|
|
+func (x *PostDeleteRsp) GetSuccess() bool {
|
|
|
if x != nil {
|
|
if x != nil {
|
|
|
return x.Success
|
|
return x.Success
|
|
|
}
|
|
}
|
|
|
return false
|
|
return false
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-type PostDeleteReq struct {
|
|
|
|
|
|
|
+type CommentDeleteReq struct {
|
|
|
state protoimpl.MessageState
|
|
state protoimpl.MessageState
|
|
|
sizeCache protoimpl.SizeCache
|
|
sizeCache protoimpl.SizeCache
|
|
|
unknownFields protoimpl.UnknownFields
|
|
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"`
|
|
|
|
|
|
|
+ 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 *PostDeleteReq) Reset() {
|
|
|
|
|
- *x = PostDeleteReq{}
|
|
|
|
|
|
|
+func (x *CommentDeleteReq) Reset() {
|
|
|
|
|
+ *x = CommentDeleteReq{}
|
|
|
if protoimpl.UnsafeEnabled {
|
|
if protoimpl.UnsafeEnabled {
|
|
|
mi := &file_proto_slowwild_proto_msgTypes[56]
|
|
mi := &file_proto_slowwild_proto_msgTypes[56]
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
@@ -4180,13 +4189,13 @@ func (x *PostDeleteReq) Reset() {
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-func (x *PostDeleteReq) String() string {
|
|
|
|
|
|
|
+func (x *CommentDeleteReq) String() string {
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-func (*PostDeleteReq) ProtoMessage() {}
|
|
|
|
|
|
|
+func (*CommentDeleteReq) ProtoMessage() {}
|
|
|
|
|
|
|
|
-func (x *PostDeleteReq) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
|
+func (x *CommentDeleteReq) ProtoReflect() protoreflect.Message {
|
|
|
mi := &file_proto_slowwild_proto_msgTypes[56]
|
|
mi := &file_proto_slowwild_proto_msgTypes[56]
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
@@ -4198,26 +4207,33 @@ func (x *PostDeleteReq) ProtoReflect() protoreflect.Message {
|
|
|
return mi.MessageOf(x)
|
|
return mi.MessageOf(x)
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-// Deprecated: Use PostDeleteReq.ProtoReflect.Descriptor instead.
|
|
|
|
|
-func (*PostDeleteReq) Descriptor() ([]byte, []int) {
|
|
|
|
|
|
|
+// Deprecated: Use CommentDeleteReq.ProtoReflect.Descriptor instead.
|
|
|
|
|
+func (*CommentDeleteReq) Descriptor() ([]byte, []int) {
|
|
|
return file_proto_slowwild_proto_rawDescGZIP(), []int{56}
|
|
return file_proto_slowwild_proto_rawDescGZIP(), []int{56}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-func (x *PostDeleteReq) GetUserId() int64 {
|
|
|
|
|
|
|
+func (x *CommentDeleteReq) GetUserId() int64 {
|
|
|
if x != nil {
|
|
if x != nil {
|
|
|
return x.UserId
|
|
return x.UserId
|
|
|
}
|
|
}
|
|
|
return 0
|
|
return 0
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-func (x *PostDeleteReq) GetPostId() int64 {
|
|
|
|
|
|
|
+func (x *CommentDeleteReq) GetCommentId() int64 {
|
|
|
if x != nil {
|
|
if x != nil {
|
|
|
- return x.PostId
|
|
|
|
|
|
|
+ return x.CommentId
|
|
|
}
|
|
}
|
|
|
return 0
|
|
return 0
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-type PostDeleteRsp struct {
|
|
|
|
|
|
|
+func (x *CommentDeleteReq) GetCommentType() int32 {
|
|
|
|
|
+ if x != nil {
|
|
|
|
|
+ return x.CommentType
|
|
|
|
|
+ }
|
|
|
|
|
+ return 0
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
|
|
+type CommentDeleteRsp struct {
|
|
|
state protoimpl.MessageState
|
|
state protoimpl.MessageState
|
|
|
sizeCache protoimpl.SizeCache
|
|
sizeCache protoimpl.SizeCache
|
|
|
unknownFields protoimpl.UnknownFields
|
|
unknownFields protoimpl.UnknownFields
|
|
@@ -4225,8 +4241,8 @@ type PostDeleteRsp struct {
|
|
|
Success bool `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
|
|
Success bool `protobuf:"varint,1,opt,name=success,proto3" json:"success,omitempty"`
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-func (x *PostDeleteRsp) Reset() {
|
|
|
|
|
- *x = PostDeleteRsp{}
|
|
|
|
|
|
|
+func (x *CommentDeleteRsp) Reset() {
|
|
|
|
|
+ *x = CommentDeleteRsp{}
|
|
|
if protoimpl.UnsafeEnabled {
|
|
if protoimpl.UnsafeEnabled {
|
|
|
mi := &file_proto_slowwild_proto_msgTypes[57]
|
|
mi := &file_proto_slowwild_proto_msgTypes[57]
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
@@ -4234,13 +4250,13 @@ func (x *PostDeleteRsp) Reset() {
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-func (x *PostDeleteRsp) String() string {
|
|
|
|
|
|
|
+func (x *CommentDeleteRsp) String() string {
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-func (*PostDeleteRsp) ProtoMessage() {}
|
|
|
|
|
|
|
+func (*CommentDeleteRsp) ProtoMessage() {}
|
|
|
|
|
|
|
|
-func (x *PostDeleteRsp) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
|
+func (x *CommentDeleteRsp) ProtoReflect() protoreflect.Message {
|
|
|
mi := &file_proto_slowwild_proto_msgTypes[57]
|
|
mi := &file_proto_slowwild_proto_msgTypes[57]
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
@@ -4252,12 +4268,12 @@ func (x *PostDeleteRsp) ProtoReflect() protoreflect.Message {
|
|
|
return mi.MessageOf(x)
|
|
return mi.MessageOf(x)
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-// Deprecated: Use PostDeleteRsp.ProtoReflect.Descriptor instead.
|
|
|
|
|
-func (*PostDeleteRsp) Descriptor() ([]byte, []int) {
|
|
|
|
|
|
|
+// Deprecated: Use CommentDeleteRsp.ProtoReflect.Descriptor instead.
|
|
|
|
|
+func (*CommentDeleteRsp) Descriptor() ([]byte, []int) {
|
|
|
return file_proto_slowwild_proto_rawDescGZIP(), []int{57}
|
|
return file_proto_slowwild_proto_rawDescGZIP(), []int{57}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-func (x *PostDeleteRsp) GetSuccess() bool {
|
|
|
|
|
|
|
+func (x *CommentDeleteRsp) GetSuccess() bool {
|
|
|
if x != nil {
|
|
if x != nil {
|
|
|
return x.Success
|
|
return x.Success
|
|
|
}
|
|
}
|
|
@@ -4659,7 +4675,7 @@ var file_proto_slowwild_proto_rawDesc = []byte{
|
|
|
0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x69, 0x70, 0x4c, 0x6f, 0x63, 0x22, 0x2f, 0x0a, 0x0e,
|
|
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,
|
|
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,
|
|
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, 0xb5, 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, 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,
|
|
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,
|
|
0x06, 0x70, 0x6f, 0x73, 0x74, 0x49, 0x64, 0x12, 0x17, 0x0a, 0x07, 0x75, 0x73, 0x65, 0x72, 0x5f,
|
|
@@ -4671,243 +4687,244 @@ var file_proto_slowwild_proto_rawDesc = []byte{
|
|
|
0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x61, 0x74, 0x55, 0x73, 0x65, 0x72, 0x49, 0x64, 0x12, 0x0e,
|
|
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, 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,
|
|
0x0a, 0x06, 0x69, 0x70, 0x5f, 0x6c, 0x6f, 0x63, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05,
|
|
|
- 0x69, 0x70, 0x4c, 0x6f, 0x63, 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,
|
|
|
|
|
|
|
+ 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,
|
|
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, 0x75, 0x0a, 0x18, 0x50, 0x6f,
|
|
|
|
|
- 0x73, 0x74, 0x43, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x74, 0x54, 0x68, 0x75, 0x6d, 0x62, 0x73, 0x44,
|
|
|
|
|
- 0x6f, 0x77, 0x6e, 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, 0x34, 0x0a, 0x18, 0x50, 0x6f, 0x73, 0x74, 0x43, 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x74,
|
|
|
|
|
- 0x54, 0x68, 0x75, 0x6d, 0x62, 0x73, 0x44, 0x6f, 0x77, 0x6e, 0x52, 0x73, 0x70, 0x12, 0x18, 0x0a,
|
|
|
|
|
|
|
+ 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,
|
|
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, 0x32, 0xe7, 0x0f, 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,
|
|
|
|
|
|
|
+ 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, 0x32, 0xcf, 0x0f, 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,
|
|
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,
|
|
|
|
|
|
|
+ 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, 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,
|
|
|
|
|
|
|
+ 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,
|
|
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,
|
|
|
|
|
|
|
+ 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,
|
|
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,
|
|
|
|
|
|
|
+ 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,
|
|
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,
|
|
|
|
|
|
|
+ 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,
|
|
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,
|
|
|
|
|
|
|
+ 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,
|
|
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,
|
|
|
|
|
|
|
+ 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,
|
|
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,
|
|
|
|
|
|
|
+ 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,
|
|
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, 0x6b, 0x0a, 0x15, 0x50, 0x6f, 0x73, 0x74, 0x43, 0x6f,
|
|
|
|
|
- 0x6d, 0x6d, 0x65, 0x6e, 0x74, 0x54, 0x68, 0x75, 0x6d, 0x62, 0x73, 0x44, 0x6f, 0x77, 0x6e, 0x12,
|
|
|
|
|
- 0x28, 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, 0x54, 0x68, 0x75, 0x6d,
|
|
|
|
|
- 0x62, 0x73, 0x44, 0x6f, 0x77, 0x6e, 0x52, 0x65, 0x71, 0x1a, 0x28, 0x2e, 0x73, 0x6c, 0x6f, 0x77,
|
|
|
|
|
|
|
+ 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,
|
|
0x77, 0x69, 0x6c, 0x64, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x2e, 0x50, 0x6f, 0x73, 0x74, 0x43,
|
|
|
- 0x6f, 0x6d, 0x6d, 0x65, 0x6e, 0x74, 0x54, 0x68, 0x75, 0x6d, 0x62, 0x73, 0x44, 0x6f, 0x77, 0x6e,
|
|
|
|
|
- 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, 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,
|
|
|
|
|
|
|
+ 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, 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 (
|
|
var (
|
|
@@ -4924,64 +4941,64 @@ func file_proto_slowwild_proto_rawDescGZIP() []byte {
|
|
|
|
|
|
|
|
var file_proto_slowwild_proto_msgTypes = make([]protoimpl.MessageInfo, 58)
|
|
var file_proto_slowwild_proto_msgTypes = make([]protoimpl.MessageInfo, 58)
|
|
|
var file_proto_slowwild_proto_goTypes = []any{
|
|
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
|
|
|
|
|
- (*PostCommentThumbsDownReq)(nil), // 54: slowwildserver.PostCommentThumbsDownReq
|
|
|
|
|
- (*PostCommentThumbsDownRsp)(nil), // 55: slowwildserver.PostCommentThumbsDownRsp
|
|
|
|
|
- (*PostDeleteReq)(nil), // 56: slowwildserver.PostDeleteReq
|
|
|
|
|
- (*PostDeleteRsp)(nil), // 57: slowwildserver.PostDeleteRsp
|
|
|
|
|
|
|
+ (*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
|
|
|
}
|
|
}
|
|
|
var file_proto_slowwild_proto_depIdxs = []int32{
|
|
var file_proto_slowwild_proto_depIdxs = []int32{
|
|
|
1, // 0: slowwildserver.FollowUserInfo.user:type_name -> slowwildserver.UserInfo
|
|
1, // 0: slowwildserver.FollowUserInfo.user:type_name -> slowwildserver.UserInfo
|
|
@@ -5029,8 +5046,8 @@ var file_proto_slowwild_proto_depIdxs = []int32{
|
|
|
46, // 42: slowwildserver.SlowWildServer.GetPostCommentList:input_type -> slowwildserver.GetPostCommentListReq
|
|
46, // 42: slowwildserver.SlowWildServer.GetPostCommentList:input_type -> slowwildserver.GetPostCommentListReq
|
|
|
50, // 43: slowwildserver.SlowWildServer.GetReplyList:input_type -> slowwildserver.GetReplyListReq
|
|
50, // 43: slowwildserver.SlowWildServer.GetReplyList:input_type -> slowwildserver.GetReplyListReq
|
|
|
52, // 44: slowwildserver.SlowWildServer.PostCommentUpvote:input_type -> slowwildserver.PostCommentUpvoteReq
|
|
52, // 44: slowwildserver.SlowWildServer.PostCommentUpvote:input_type -> slowwildserver.PostCommentUpvoteReq
|
|
|
- 54, // 45: slowwildserver.SlowWildServer.PostCommentThumbsDown:input_type -> slowwildserver.PostCommentThumbsDownReq
|
|
|
|
|
- 56, // 46: slowwildserver.SlowWildServer.PostDelete:input_type -> slowwildserver.PostDeleteReq
|
|
|
|
|
|
|
+ 54, // 45: slowwildserver.SlowWildServer.PostDelete:input_type -> slowwildserver.PostDeleteReq
|
|
|
|
|
+ 56, // 46: slowwildserver.SlowWildServer.CommentDelete:input_type -> slowwildserver.CommentDeleteReq
|
|
|
3, // 47: slowwildserver.SlowWildServer.Login:output_type -> slowwildserver.LoginAndRegisterRsp
|
|
3, // 47: slowwildserver.SlowWildServer.Login:output_type -> slowwildserver.LoginAndRegisterRsp
|
|
|
3, // 48: slowwildserver.SlowWildServer.Register:output_type -> slowwildserver.LoginAndRegisterRsp
|
|
3, // 48: slowwildserver.SlowWildServer.Register:output_type -> slowwildserver.LoginAndRegisterRsp
|
|
|
7, // 49: slowwildserver.SlowWildServer.GetUserInfo:output_type -> slowwildserver.GetUserInfoResp
|
|
7, // 49: slowwildserver.SlowWildServer.GetUserInfo:output_type -> slowwildserver.GetUserInfoResp
|
|
@@ -5054,8 +5071,8 @@ var file_proto_slowwild_proto_depIdxs = []int32{
|
|
|
49, // 67: slowwildserver.SlowWildServer.GetPostCommentList:output_type -> slowwildserver.GetPostCommentListRsp
|
|
49, // 67: slowwildserver.SlowWildServer.GetPostCommentList:output_type -> slowwildserver.GetPostCommentListRsp
|
|
|
51, // 68: slowwildserver.SlowWildServer.GetReplyList:output_type -> slowwildserver.GetReplyListRsp
|
|
51, // 68: slowwildserver.SlowWildServer.GetReplyList:output_type -> slowwildserver.GetReplyListRsp
|
|
|
53, // 69: slowwildserver.SlowWildServer.PostCommentUpvote:output_type -> slowwildserver.PostCommentUpvoteRsp
|
|
53, // 69: slowwildserver.SlowWildServer.PostCommentUpvote:output_type -> slowwildserver.PostCommentUpvoteRsp
|
|
|
- 55, // 70: slowwildserver.SlowWildServer.PostCommentThumbsDown:output_type -> slowwildserver.PostCommentThumbsDownRsp
|
|
|
|
|
- 57, // 71: slowwildserver.SlowWildServer.PostDelete:output_type -> slowwildserver.PostDeleteRsp
|
|
|
|
|
|
|
+ 55, // 70: slowwildserver.SlowWildServer.PostDelete:output_type -> slowwildserver.PostDeleteRsp
|
|
|
|
|
+ 57, // 71: slowwildserver.SlowWildServer.CommentDelete:output_type -> slowwildserver.CommentDeleteRsp
|
|
|
47, // [47:72] is the sub-list for method output_type
|
|
47, // [47:72] is the sub-list for method output_type
|
|
|
22, // [22:47] is the sub-list for method input_type
|
|
22, // [22:47] is the sub-list for method input_type
|
|
|
22, // [22:22] is the sub-list for extension type_name
|
|
22, // [22:22] is the sub-list for extension type_name
|
|
@@ -5718,7 +5735,7 @@ func file_proto_slowwild_proto_init() {
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
file_proto_slowwild_proto_msgTypes[54].Exporter = func(v any, i int) any {
|
|
file_proto_slowwild_proto_msgTypes[54].Exporter = func(v any, i int) any {
|
|
|
- switch v := v.(*PostCommentThumbsDownReq); i {
|
|
|
|
|
|
|
+ switch v := v.(*PostDeleteReq); i {
|
|
|
case 0:
|
|
case 0:
|
|
|
return &v.state
|
|
return &v.state
|
|
|
case 1:
|
|
case 1:
|
|
@@ -5730,7 +5747,7 @@ func file_proto_slowwild_proto_init() {
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
file_proto_slowwild_proto_msgTypes[55].Exporter = func(v any, i int) any {
|
|
file_proto_slowwild_proto_msgTypes[55].Exporter = func(v any, i int) any {
|
|
|
- switch v := v.(*PostCommentThumbsDownRsp); i {
|
|
|
|
|
|
|
+ switch v := v.(*PostDeleteRsp); i {
|
|
|
case 0:
|
|
case 0:
|
|
|
return &v.state
|
|
return &v.state
|
|
|
case 1:
|
|
case 1:
|
|
@@ -5742,7 +5759,7 @@ func file_proto_slowwild_proto_init() {
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
file_proto_slowwild_proto_msgTypes[56].Exporter = func(v any, i int) any {
|
|
file_proto_slowwild_proto_msgTypes[56].Exporter = func(v any, i int) any {
|
|
|
- switch v := v.(*PostDeleteReq); i {
|
|
|
|
|
|
|
+ switch v := v.(*CommentDeleteReq); i {
|
|
|
case 0:
|
|
case 0:
|
|
|
return &v.state
|
|
return &v.state
|
|
|
case 1:
|
|
case 1:
|
|
@@ -5754,7 +5771,7 @@ func file_proto_slowwild_proto_init() {
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
file_proto_slowwild_proto_msgTypes[57].Exporter = func(v any, i int) any {
|
|
file_proto_slowwild_proto_msgTypes[57].Exporter = func(v any, i int) any {
|
|
|
- switch v := v.(*PostDeleteRsp); i {
|
|
|
|
|
|
|
+ switch v := v.(*CommentDeleteRsp); i {
|
|
|
case 0:
|
|
case 0:
|
|
|
return &v.state
|
|
return &v.state
|
|
|
case 1:
|
|
case 1:
|