|
|
|
@ -1,8 +1,8 @@ |
|
|
|
|
// Code generated by protoc-gen-go. DO NOT EDIT.
|
|
|
|
|
// versions:
|
|
|
|
|
// protoc-gen-go v1.25.0
|
|
|
|
|
// protoc v3.13.0
|
|
|
|
|
// source: api/blog/v1/blog.proto
|
|
|
|
|
// protoc-gen-go v1.25.0-devel
|
|
|
|
|
// protoc v3.6.1
|
|
|
|
|
// source: blog.proto
|
|
|
|
|
|
|
|
|
|
package v1 |
|
|
|
|
|
|
|
|
@ -40,7 +40,7 @@ type Article struct { |
|
|
|
|
func (x *Article) Reset() { |
|
|
|
|
*x = Article{} |
|
|
|
|
if protoimpl.UnsafeEnabled { |
|
|
|
|
mi := &file_api_blog_v1_blog_proto_msgTypes[0] |
|
|
|
|
mi := &file_blog_proto_msgTypes[0] |
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
|
|
|
|
ms.StoreMessageInfo(mi) |
|
|
|
|
} |
|
|
|
@ -53,7 +53,7 @@ func (x *Article) String() string { |
|
|
|
|
func (*Article) ProtoMessage() {} |
|
|
|
|
|
|
|
|
|
func (x *Article) ProtoReflect() protoreflect.Message { |
|
|
|
|
mi := &file_api_blog_v1_blog_proto_msgTypes[0] |
|
|
|
|
mi := &file_blog_proto_msgTypes[0] |
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil { |
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
|
|
|
|
if ms.LoadMessageInfo() == nil { |
|
|
|
@ -66,7 +66,7 @@ func (x *Article) ProtoReflect() protoreflect.Message { |
|
|
|
|
|
|
|
|
|
// Deprecated: Use Article.ProtoReflect.Descriptor instead.
|
|
|
|
|
func (*Article) Descriptor() ([]byte, []int) { |
|
|
|
|
return file_api_blog_v1_blog_proto_rawDescGZIP(), []int{0} |
|
|
|
|
return file_blog_proto_rawDescGZIP(), []int{0} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
func (x *Article) GetId() int64 { |
|
|
|
@ -109,7 +109,7 @@ type CreateArticleRequest struct { |
|
|
|
|
func (x *CreateArticleRequest) Reset() { |
|
|
|
|
*x = CreateArticleRequest{} |
|
|
|
|
if protoimpl.UnsafeEnabled { |
|
|
|
|
mi := &file_api_blog_v1_blog_proto_msgTypes[1] |
|
|
|
|
mi := &file_blog_proto_msgTypes[1] |
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
|
|
|
|
ms.StoreMessageInfo(mi) |
|
|
|
|
} |
|
|
|
@ -122,7 +122,7 @@ func (x *CreateArticleRequest) String() string { |
|
|
|
|
func (*CreateArticleRequest) ProtoMessage() {} |
|
|
|
|
|
|
|
|
|
func (x *CreateArticleRequest) ProtoReflect() protoreflect.Message { |
|
|
|
|
mi := &file_api_blog_v1_blog_proto_msgTypes[1] |
|
|
|
|
mi := &file_blog_proto_msgTypes[1] |
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil { |
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
|
|
|
|
if ms.LoadMessageInfo() == nil { |
|
|
|
@ -135,7 +135,7 @@ func (x *CreateArticleRequest) ProtoReflect() protoreflect.Message { |
|
|
|
|
|
|
|
|
|
// Deprecated: Use CreateArticleRequest.ProtoReflect.Descriptor instead.
|
|
|
|
|
func (*CreateArticleRequest) Descriptor() ([]byte, []int) { |
|
|
|
|
return file_api_blog_v1_blog_proto_rawDescGZIP(), []int{1} |
|
|
|
|
return file_blog_proto_rawDescGZIP(), []int{1} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
func (x *CreateArticleRequest) GetTitle() string { |
|
|
|
@ -163,7 +163,7 @@ type CreateArticleReply struct { |
|
|
|
|
func (x *CreateArticleReply) Reset() { |
|
|
|
|
*x = CreateArticleReply{} |
|
|
|
|
if protoimpl.UnsafeEnabled { |
|
|
|
|
mi := &file_api_blog_v1_blog_proto_msgTypes[2] |
|
|
|
|
mi := &file_blog_proto_msgTypes[2] |
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
|
|
|
|
ms.StoreMessageInfo(mi) |
|
|
|
|
} |
|
|
|
@ -176,7 +176,7 @@ func (x *CreateArticleReply) String() string { |
|
|
|
|
func (*CreateArticleReply) ProtoMessage() {} |
|
|
|
|
|
|
|
|
|
func (x *CreateArticleReply) ProtoReflect() protoreflect.Message { |
|
|
|
|
mi := &file_api_blog_v1_blog_proto_msgTypes[2] |
|
|
|
|
mi := &file_blog_proto_msgTypes[2] |
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil { |
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
|
|
|
|
if ms.LoadMessageInfo() == nil { |
|
|
|
@ -189,7 +189,7 @@ func (x *CreateArticleReply) ProtoReflect() protoreflect.Message { |
|
|
|
|
|
|
|
|
|
// Deprecated: Use CreateArticleReply.ProtoReflect.Descriptor instead.
|
|
|
|
|
func (*CreateArticleReply) Descriptor() ([]byte, []int) { |
|
|
|
|
return file_api_blog_v1_blog_proto_rawDescGZIP(), []int{2} |
|
|
|
|
return file_blog_proto_rawDescGZIP(), []int{2} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
func (x *CreateArticleReply) GetArticle() *Article { |
|
|
|
@ -212,7 +212,7 @@ type UpdateArticleRequest struct { |
|
|
|
|
func (x *UpdateArticleRequest) Reset() { |
|
|
|
|
*x = UpdateArticleRequest{} |
|
|
|
|
if protoimpl.UnsafeEnabled { |
|
|
|
|
mi := &file_api_blog_v1_blog_proto_msgTypes[3] |
|
|
|
|
mi := &file_blog_proto_msgTypes[3] |
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
|
|
|
|
ms.StoreMessageInfo(mi) |
|
|
|
|
} |
|
|
|
@ -225,7 +225,7 @@ func (x *UpdateArticleRequest) String() string { |
|
|
|
|
func (*UpdateArticleRequest) ProtoMessage() {} |
|
|
|
|
|
|
|
|
|
func (x *UpdateArticleRequest) ProtoReflect() protoreflect.Message { |
|
|
|
|
mi := &file_api_blog_v1_blog_proto_msgTypes[3] |
|
|
|
|
mi := &file_blog_proto_msgTypes[3] |
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil { |
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
|
|
|
|
if ms.LoadMessageInfo() == nil { |
|
|
|
@ -238,7 +238,7 @@ func (x *UpdateArticleRequest) ProtoReflect() protoreflect.Message { |
|
|
|
|
|
|
|
|
|
// Deprecated: Use UpdateArticleRequest.ProtoReflect.Descriptor instead.
|
|
|
|
|
func (*UpdateArticleRequest) Descriptor() ([]byte, []int) { |
|
|
|
|
return file_api_blog_v1_blog_proto_rawDescGZIP(), []int{3} |
|
|
|
|
return file_blog_proto_rawDescGZIP(), []int{3} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
func (x *UpdateArticleRequest) GetId() int64 { |
|
|
|
@ -273,7 +273,7 @@ type UpdateArticleReply struct { |
|
|
|
|
func (x *UpdateArticleReply) Reset() { |
|
|
|
|
*x = UpdateArticleReply{} |
|
|
|
|
if protoimpl.UnsafeEnabled { |
|
|
|
|
mi := &file_api_blog_v1_blog_proto_msgTypes[4] |
|
|
|
|
mi := &file_blog_proto_msgTypes[4] |
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
|
|
|
|
ms.StoreMessageInfo(mi) |
|
|
|
|
} |
|
|
|
@ -286,7 +286,7 @@ func (x *UpdateArticleReply) String() string { |
|
|
|
|
func (*UpdateArticleReply) ProtoMessage() {} |
|
|
|
|
|
|
|
|
|
func (x *UpdateArticleReply) ProtoReflect() protoreflect.Message { |
|
|
|
|
mi := &file_api_blog_v1_blog_proto_msgTypes[4] |
|
|
|
|
mi := &file_blog_proto_msgTypes[4] |
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil { |
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
|
|
|
|
if ms.LoadMessageInfo() == nil { |
|
|
|
@ -299,7 +299,7 @@ func (x *UpdateArticleReply) ProtoReflect() protoreflect.Message { |
|
|
|
|
|
|
|
|
|
// Deprecated: Use UpdateArticleReply.ProtoReflect.Descriptor instead.
|
|
|
|
|
func (*UpdateArticleReply) Descriptor() ([]byte, []int) { |
|
|
|
|
return file_api_blog_v1_blog_proto_rawDescGZIP(), []int{4} |
|
|
|
|
return file_blog_proto_rawDescGZIP(), []int{4} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
func (x *UpdateArticleReply) GetArticle() *Article { |
|
|
|
@ -320,7 +320,7 @@ type DeleteArticleRequest struct { |
|
|
|
|
func (x *DeleteArticleRequest) Reset() { |
|
|
|
|
*x = DeleteArticleRequest{} |
|
|
|
|
if protoimpl.UnsafeEnabled { |
|
|
|
|
mi := &file_api_blog_v1_blog_proto_msgTypes[5] |
|
|
|
|
mi := &file_blog_proto_msgTypes[5] |
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
|
|
|
|
ms.StoreMessageInfo(mi) |
|
|
|
|
} |
|
|
|
@ -333,7 +333,7 @@ func (x *DeleteArticleRequest) String() string { |
|
|
|
|
func (*DeleteArticleRequest) ProtoMessage() {} |
|
|
|
|
|
|
|
|
|
func (x *DeleteArticleRequest) ProtoReflect() protoreflect.Message { |
|
|
|
|
mi := &file_api_blog_v1_blog_proto_msgTypes[5] |
|
|
|
|
mi := &file_blog_proto_msgTypes[5] |
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil { |
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
|
|
|
|
if ms.LoadMessageInfo() == nil { |
|
|
|
@ -346,7 +346,7 @@ func (x *DeleteArticleRequest) ProtoReflect() protoreflect.Message { |
|
|
|
|
|
|
|
|
|
// Deprecated: Use DeleteArticleRequest.ProtoReflect.Descriptor instead.
|
|
|
|
|
func (*DeleteArticleRequest) Descriptor() ([]byte, []int) { |
|
|
|
|
return file_api_blog_v1_blog_proto_rawDescGZIP(), []int{5} |
|
|
|
|
return file_blog_proto_rawDescGZIP(), []int{5} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
func (x *DeleteArticleRequest) GetId() int64 { |
|
|
|
@ -365,7 +365,7 @@ type DeleteArticleReply struct { |
|
|
|
|
func (x *DeleteArticleReply) Reset() { |
|
|
|
|
*x = DeleteArticleReply{} |
|
|
|
|
if protoimpl.UnsafeEnabled { |
|
|
|
|
mi := &file_api_blog_v1_blog_proto_msgTypes[6] |
|
|
|
|
mi := &file_blog_proto_msgTypes[6] |
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
|
|
|
|
ms.StoreMessageInfo(mi) |
|
|
|
|
} |
|
|
|
@ -378,7 +378,7 @@ func (x *DeleteArticleReply) String() string { |
|
|
|
|
func (*DeleteArticleReply) ProtoMessage() {} |
|
|
|
|
|
|
|
|
|
func (x *DeleteArticleReply) ProtoReflect() protoreflect.Message { |
|
|
|
|
mi := &file_api_blog_v1_blog_proto_msgTypes[6] |
|
|
|
|
mi := &file_blog_proto_msgTypes[6] |
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil { |
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
|
|
|
|
if ms.LoadMessageInfo() == nil { |
|
|
|
@ -391,7 +391,7 @@ func (x *DeleteArticleReply) ProtoReflect() protoreflect.Message { |
|
|
|
|
|
|
|
|
|
// Deprecated: Use DeleteArticleReply.ProtoReflect.Descriptor instead.
|
|
|
|
|
func (*DeleteArticleReply) Descriptor() ([]byte, []int) { |
|
|
|
|
return file_api_blog_v1_blog_proto_rawDescGZIP(), []int{6} |
|
|
|
|
return file_blog_proto_rawDescGZIP(), []int{6} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
type GetArticleRequest struct { |
|
|
|
@ -405,7 +405,7 @@ type GetArticleRequest struct { |
|
|
|
|
func (x *GetArticleRequest) Reset() { |
|
|
|
|
*x = GetArticleRequest{} |
|
|
|
|
if protoimpl.UnsafeEnabled { |
|
|
|
|
mi := &file_api_blog_v1_blog_proto_msgTypes[7] |
|
|
|
|
mi := &file_blog_proto_msgTypes[7] |
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
|
|
|
|
ms.StoreMessageInfo(mi) |
|
|
|
|
} |
|
|
|
@ -418,7 +418,7 @@ func (x *GetArticleRequest) String() string { |
|
|
|
|
func (*GetArticleRequest) ProtoMessage() {} |
|
|
|
|
|
|
|
|
|
func (x *GetArticleRequest) ProtoReflect() protoreflect.Message { |
|
|
|
|
mi := &file_api_blog_v1_blog_proto_msgTypes[7] |
|
|
|
|
mi := &file_blog_proto_msgTypes[7] |
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil { |
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
|
|
|
|
if ms.LoadMessageInfo() == nil { |
|
|
|
@ -431,7 +431,7 @@ func (x *GetArticleRequest) ProtoReflect() protoreflect.Message { |
|
|
|
|
|
|
|
|
|
// Deprecated: Use GetArticleRequest.ProtoReflect.Descriptor instead.
|
|
|
|
|
func (*GetArticleRequest) Descriptor() ([]byte, []int) { |
|
|
|
|
return file_api_blog_v1_blog_proto_rawDescGZIP(), []int{7} |
|
|
|
|
return file_blog_proto_rawDescGZIP(), []int{7} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
func (x *GetArticleRequest) GetId() int64 { |
|
|
|
@ -452,7 +452,7 @@ type GetArticleReply struct { |
|
|
|
|
func (x *GetArticleReply) Reset() { |
|
|
|
|
*x = GetArticleReply{} |
|
|
|
|
if protoimpl.UnsafeEnabled { |
|
|
|
|
mi := &file_api_blog_v1_blog_proto_msgTypes[8] |
|
|
|
|
mi := &file_blog_proto_msgTypes[8] |
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
|
|
|
|
ms.StoreMessageInfo(mi) |
|
|
|
|
} |
|
|
|
@ -465,7 +465,7 @@ func (x *GetArticleReply) String() string { |
|
|
|
|
func (*GetArticleReply) ProtoMessage() {} |
|
|
|
|
|
|
|
|
|
func (x *GetArticleReply) ProtoReflect() protoreflect.Message { |
|
|
|
|
mi := &file_api_blog_v1_blog_proto_msgTypes[8] |
|
|
|
|
mi := &file_blog_proto_msgTypes[8] |
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil { |
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
|
|
|
|
if ms.LoadMessageInfo() == nil { |
|
|
|
@ -478,7 +478,7 @@ func (x *GetArticleReply) ProtoReflect() protoreflect.Message { |
|
|
|
|
|
|
|
|
|
// Deprecated: Use GetArticleReply.ProtoReflect.Descriptor instead.
|
|
|
|
|
func (*GetArticleReply) Descriptor() ([]byte, []int) { |
|
|
|
|
return file_api_blog_v1_blog_proto_rawDescGZIP(), []int{8} |
|
|
|
|
return file_blog_proto_rawDescGZIP(), []int{8} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
func (x *GetArticleReply) GetArticle() *Article { |
|
|
|
@ -497,7 +497,7 @@ type ListArticleRequest struct { |
|
|
|
|
func (x *ListArticleRequest) Reset() { |
|
|
|
|
*x = ListArticleRequest{} |
|
|
|
|
if protoimpl.UnsafeEnabled { |
|
|
|
|
mi := &file_api_blog_v1_blog_proto_msgTypes[9] |
|
|
|
|
mi := &file_blog_proto_msgTypes[9] |
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
|
|
|
|
ms.StoreMessageInfo(mi) |
|
|
|
|
} |
|
|
|
@ -510,7 +510,7 @@ func (x *ListArticleRequest) String() string { |
|
|
|
|
func (*ListArticleRequest) ProtoMessage() {} |
|
|
|
|
|
|
|
|
|
func (x *ListArticleRequest) ProtoReflect() protoreflect.Message { |
|
|
|
|
mi := &file_api_blog_v1_blog_proto_msgTypes[9] |
|
|
|
|
mi := &file_blog_proto_msgTypes[9] |
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil { |
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
|
|
|
|
if ms.LoadMessageInfo() == nil { |
|
|
|
@ -523,7 +523,7 @@ func (x *ListArticleRequest) ProtoReflect() protoreflect.Message { |
|
|
|
|
|
|
|
|
|
// Deprecated: Use ListArticleRequest.ProtoReflect.Descriptor instead.
|
|
|
|
|
func (*ListArticleRequest) Descriptor() ([]byte, []int) { |
|
|
|
|
return file_api_blog_v1_blog_proto_rawDescGZIP(), []int{9} |
|
|
|
|
return file_blog_proto_rawDescGZIP(), []int{9} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
type ListArticleReply struct { |
|
|
|
@ -537,7 +537,7 @@ type ListArticleReply struct { |
|
|
|
|
func (x *ListArticleReply) Reset() { |
|
|
|
|
*x = ListArticleReply{} |
|
|
|
|
if protoimpl.UnsafeEnabled { |
|
|
|
|
mi := &file_api_blog_v1_blog_proto_msgTypes[10] |
|
|
|
|
mi := &file_blog_proto_msgTypes[10] |
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
|
|
|
|
ms.StoreMessageInfo(mi) |
|
|
|
|
} |
|
|
|
@ -550,7 +550,7 @@ func (x *ListArticleReply) String() string { |
|
|
|
|
func (*ListArticleReply) ProtoMessage() {} |
|
|
|
|
|
|
|
|
|
func (x *ListArticleReply) ProtoReflect() protoreflect.Message { |
|
|
|
|
mi := &file_api_blog_v1_blog_proto_msgTypes[10] |
|
|
|
|
mi := &file_blog_proto_msgTypes[10] |
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil { |
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x)) |
|
|
|
|
if ms.LoadMessageInfo() == nil { |
|
|
|
@ -563,7 +563,7 @@ func (x *ListArticleReply) ProtoReflect() protoreflect.Message { |
|
|
|
|
|
|
|
|
|
// Deprecated: Use ListArticleReply.ProtoReflect.Descriptor instead.
|
|
|
|
|
func (*ListArticleReply) Descriptor() ([]byte, []int) { |
|
|
|
|
return file_api_blog_v1_blog_proto_rawDescGZIP(), []int{10} |
|
|
|
|
return file_blog_proto_rawDescGZIP(), []int{10} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
func (x *ListArticleReply) GetResults() []*Article { |
|
|
|
@ -573,104 +573,104 @@ func (x *ListArticleReply) GetResults() []*Article { |
|
|
|
|
return nil |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
var File_api_blog_v1_blog_proto protoreflect.FileDescriptor |
|
|
|
|
|
|
|
|
|
var file_api_blog_v1_blog_proto_rawDesc = []byte{ |
|
|
|
|
0x0a, 0x16, 0x61, 0x70, 0x69, 0x2f, 0x62, 0x6c, 0x6f, 0x67, 0x2f, 0x76, 0x31, 0x2f, 0x62, 0x6c, |
|
|
|
|
0x6f, 0x67, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x06, 0x61, 0x70, 0x69, 0x2e, 0x76, 0x31, |
|
|
|
|
0x1a, 0x1c, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x61, 0x6e, 0x6e, |
|
|
|
|
0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x5d, |
|
|
|
|
0x0a, 0x07, 0x41, 0x72, 0x74, 0x69, 0x63, 0x6c, 0x65, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, |
|
|
|
|
0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x02, 0x69, 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, 0x12, 0x0a, 0x04, 0x6c, 0x69, 0x6b, |
|
|
|
|
0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x03, 0x52, 0x04, 0x6c, 0x69, 0x6b, 0x65, 0x22, 0x46, 0x0a, |
|
|
|
|
0x14, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x41, 0x72, 0x74, 0x69, 0x63, 0x6c, 0x65, 0x52, 0x65, |
|
|
|
|
0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x14, 0x0a, 0x05, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x18, 0x01, |
|
|
|
|
0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x63, |
|
|
|
|
0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x63, 0x6f, |
|
|
|
|
0x6e, 0x74, 0x65, 0x6e, 0x74, 0x22, 0x3f, 0x0a, 0x12, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x41, |
|
|
|
|
0x72, 0x74, 0x69, 0x63, 0x6c, 0x65, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x29, 0x0a, 0x07, 0x41, |
|
|
|
|
0x72, 0x74, 0x69, 0x63, 0x6c, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x61, |
|
|
|
|
0x70, 0x69, 0x2e, 0x76, 0x31, 0x2e, 0x41, 0x72, 0x74, 0x69, 0x63, 0x6c, 0x65, 0x52, 0x07, 0x41, |
|
|
|
|
0x72, 0x74, 0x69, 0x63, 0x6c, 0x65, 0x22, 0x56, 0x0a, 0x14, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, |
|
|
|
|
0x41, 0x72, 0x74, 0x69, 0x63, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x0e, |
|
|
|
|
0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x02, 0x69, 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, 0x22, 0x3f, |
|
|
|
|
0x0a, 0x12, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x41, 0x72, 0x74, 0x69, 0x63, 0x6c, 0x65, 0x52, |
|
|
|
|
0x65, 0x70, 0x6c, 0x79, 0x12, 0x29, 0x0a, 0x07, 0x41, 0x72, 0x74, 0x69, 0x63, 0x6c, 0x65, 0x18, |
|
|
|
|
0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x76, 0x31, 0x2e, 0x41, |
|
|
|
|
0x72, 0x74, 0x69, 0x63, 0x6c, 0x65, 0x52, 0x07, 0x41, 0x72, 0x74, 0x69, 0x63, 0x6c, 0x65, 0x22, |
|
|
|
|
0x26, 0x0a, 0x14, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x41, 0x72, 0x74, 0x69, 0x63, 0x6c, 0x65, |
|
|
|
|
0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, |
|
|
|
|
0x01, 0x28, 0x03, 0x52, 0x02, 0x69, 0x64, 0x22, 0x14, 0x0a, 0x12, 0x44, 0x65, 0x6c, 0x65, 0x74, |
|
|
|
|
0x65, 0x41, 0x72, 0x74, 0x69, 0x63, 0x6c, 0x65, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x23, 0x0a, |
|
|
|
|
0x11, 0x47, 0x65, 0x74, 0x41, 0x72, 0x74, 0x69, 0x63, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, |
|
|
|
|
var File_blog_proto protoreflect.FileDescriptor |
|
|
|
|
|
|
|
|
|
var file_blog_proto_rawDesc = []byte{ |
|
|
|
|
0x0a, 0x0a, 0x62, 0x6c, 0x6f, 0x67, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x06, 0x61, 0x70, |
|
|
|
|
0x69, 0x2e, 0x76, 0x31, 0x1a, 0x1c, 0x67, 0x6f, 0x6f, 0x67, 0x6c, 0x65, 0x2f, 0x61, 0x70, 0x69, |
|
|
|
|
0x2f, 0x61, 0x6e, 0x6e, 0x6f, 0x74, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x2e, 0x70, 0x72, 0x6f, |
|
|
|
|
0x74, 0x6f, 0x22, 0x5d, 0x0a, 0x07, 0x41, 0x72, 0x74, 0x69, 0x63, 0x6c, 0x65, 0x12, 0x0e, 0x0a, |
|
|
|
|
0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x02, 0x69, 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, 0x12, 0x0a, |
|
|
|
|
0x04, 0x6c, 0x69, 0x6b, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x03, 0x52, 0x04, 0x6c, 0x69, 0x6b, |
|
|
|
|
0x65, 0x22, 0x46, 0x0a, 0x14, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x41, 0x72, 0x74, 0x69, 0x63, |
|
|
|
|
0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x14, 0x0a, 0x05, 0x74, 0x69, 0x74, |
|
|
|
|
0x6c, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x12, |
|
|
|
|
0x18, 0x0a, 0x07, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, |
|
|
|
|
0x52, 0x07, 0x63, 0x6f, 0x6e, 0x74, 0x65, 0x6e, 0x74, 0x22, 0x3f, 0x0a, 0x12, 0x43, 0x72, 0x65, |
|
|
|
|
0x61, 0x74, 0x65, 0x41, 0x72, 0x74, 0x69, 0x63, 0x6c, 0x65, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, |
|
|
|
|
0x29, 0x0a, 0x07, 0x41, 0x72, 0x74, 0x69, 0x63, 0x6c, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, |
|
|
|
|
0x32, 0x0f, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x76, 0x31, 0x2e, 0x41, 0x72, 0x74, 0x69, 0x63, 0x6c, |
|
|
|
|
0x65, 0x52, 0x07, 0x41, 0x72, 0x74, 0x69, 0x63, 0x6c, 0x65, 0x22, 0x56, 0x0a, 0x14, 0x55, 0x70, |
|
|
|
|
0x64, 0x61, 0x74, 0x65, 0x41, 0x72, 0x74, 0x69, 0x63, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, |
|
|
|
|
0x73, 0x74, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x02, |
|
|
|
|
0x69, 0x64, 0x22, 0x3c, 0x0a, 0x0f, 0x47, 0x65, 0x74, 0x41, 0x72, 0x74, 0x69, 0x63, 0x6c, 0x65, |
|
|
|
|
0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x29, 0x0a, 0x07, 0x41, 0x72, 0x74, 0x69, 0x63, 0x6c, 0x65, |
|
|
|
|
0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x76, 0x31, 0x2e, |
|
|
|
|
0x41, 0x72, 0x74, 0x69, 0x63, 0x6c, 0x65, 0x52, 0x07, 0x41, 0x72, 0x74, 0x69, 0x63, 0x6c, 0x65, |
|
|
|
|
0x22, 0x14, 0x0a, 0x12, 0x4c, 0x69, 0x73, 0x74, 0x41, 0x72, 0x74, 0x69, 0x63, 0x6c, 0x65, 0x52, |
|
|
|
|
0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x22, 0x3d, 0x0a, 0x10, 0x4c, 0x69, 0x73, 0x74, 0x41, 0x72, |
|
|
|
|
0x74, 0x69, 0x63, 0x6c, 0x65, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x29, 0x0a, 0x07, 0x72, 0x65, |
|
|
|
|
0x73, 0x75, 0x6c, 0x74, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x61, 0x70, |
|
|
|
|
0x69, 0x2e, 0x76, 0x31, 0x2e, 0x41, 0x72, 0x74, 0x69, 0x63, 0x6c, 0x65, 0x52, 0x07, 0x72, 0x65, |
|
|
|
|
0x73, 0x75, 0x6c, 0x74, 0x73, 0x32, 0xf5, 0x03, 0x0a, 0x0b, 0x42, 0x6c, 0x6f, 0x67, 0x53, 0x65, |
|
|
|
|
0x72, 0x76, 0x69, 0x63, 0x65, 0x12, 0x62, 0x0a, 0x0d, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x41, |
|
|
|
|
0x72, 0x74, 0x69, 0x63, 0x6c, 0x65, 0x12, 0x1c, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x76, 0x31, 0x2e, |
|
|
|
|
0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x41, 0x72, 0x74, 0x69, 0x63, 0x6c, 0x65, 0x52, 0x65, 0x71, |
|
|
|
|
0x75, 0x65, 0x73, 0x74, 0x1a, 0x1a, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x76, 0x31, 0x2e, 0x43, 0x72, |
|
|
|
|
0x65, 0x61, 0x74, 0x65, 0x41, 0x72, 0x74, 0x69, 0x63, 0x6c, 0x65, 0x52, 0x65, 0x70, 0x6c, 0x79, |
|
|
|
|
0x22, 0x17, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x11, 0x22, 0x0c, 0x2f, 0x76, 0x31, 0x2f, 0x61, 0x72, |
|
|
|
|
0x74, 0x69, 0x63, 0x6c, 0x65, 0x2f, 0x3a, 0x01, 0x2a, 0x12, 0x66, 0x0a, 0x0d, 0x55, 0x70, 0x64, |
|
|
|
|
0x69, 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, 0x22, 0x3f, 0x0a, 0x12, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x41, 0x72, 0x74, 0x69, |
|
|
|
|
0x63, 0x6c, 0x65, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x29, 0x0a, 0x07, 0x41, 0x72, 0x74, 0x69, |
|
|
|
|
0x63, 0x6c, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x61, 0x70, 0x69, 0x2e, |
|
|
|
|
0x76, 0x31, 0x2e, 0x41, 0x72, 0x74, 0x69, 0x63, 0x6c, 0x65, 0x52, 0x07, 0x41, 0x72, 0x74, 0x69, |
|
|
|
|
0x63, 0x6c, 0x65, 0x22, 0x26, 0x0a, 0x14, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x41, 0x72, 0x74, |
|
|
|
|
0x69, 0x63, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x0e, 0x0a, 0x02, 0x69, |
|
|
|
|
0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x02, 0x69, 0x64, 0x22, 0x14, 0x0a, 0x12, 0x44, |
|
|
|
|
0x65, 0x6c, 0x65, 0x74, 0x65, 0x41, 0x72, 0x74, 0x69, 0x63, 0x6c, 0x65, 0x52, 0x65, 0x70, 0x6c, |
|
|
|
|
0x79, 0x22, 0x23, 0x0a, 0x11, 0x47, 0x65, 0x74, 0x41, 0x72, 0x74, 0x69, 0x63, 0x6c, 0x65, 0x52, |
|
|
|
|
0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, |
|
|
|
|
0x28, 0x03, 0x52, 0x02, 0x69, 0x64, 0x22, 0x3c, 0x0a, 0x0f, 0x47, 0x65, 0x74, 0x41, 0x72, 0x74, |
|
|
|
|
0x69, 0x63, 0x6c, 0x65, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x29, 0x0a, 0x07, 0x41, 0x72, 0x74, |
|
|
|
|
0x69, 0x63, 0x6c, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0f, 0x2e, 0x61, 0x70, 0x69, |
|
|
|
|
0x2e, 0x76, 0x31, 0x2e, 0x41, 0x72, 0x74, 0x69, 0x63, 0x6c, 0x65, 0x52, 0x07, 0x41, 0x72, 0x74, |
|
|
|
|
0x69, 0x63, 0x6c, 0x65, 0x22, 0x14, 0x0a, 0x12, 0x4c, 0x69, 0x73, 0x74, 0x41, 0x72, 0x74, 0x69, |
|
|
|
|
0x63, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x22, 0x3d, 0x0a, 0x10, 0x4c, 0x69, |
|
|
|
|
0x73, 0x74, 0x41, 0x72, 0x74, 0x69, 0x63, 0x6c, 0x65, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x12, 0x29, |
|
|
|
|
0x0a, 0x07, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x73, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, |
|
|
|
|
0x0f, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x76, 0x31, 0x2e, 0x41, 0x72, 0x74, 0x69, 0x63, 0x6c, 0x65, |
|
|
|
|
0x52, 0x07, 0x72, 0x65, 0x73, 0x75, 0x6c, 0x74, 0x73, 0x32, 0xf5, 0x03, 0x0a, 0x0b, 0x42, 0x6c, |
|
|
|
|
0x6f, 0x67, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x12, 0x62, 0x0a, 0x0d, 0x43, 0x72, 0x65, |
|
|
|
|
0x61, 0x74, 0x65, 0x41, 0x72, 0x74, 0x69, 0x63, 0x6c, 0x65, 0x12, 0x1c, 0x2e, 0x61, 0x70, 0x69, |
|
|
|
|
0x2e, 0x76, 0x31, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x41, 0x72, 0x74, 0x69, 0x63, 0x6c, |
|
|
|
|
0x2e, 0x76, 0x31, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x41, 0x72, 0x74, 0x69, 0x63, 0x6c, |
|
|
|
|
0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1a, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x76, |
|
|
|
|
0x31, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x41, 0x72, 0x74, 0x69, 0x63, 0x6c, 0x65, 0x52, |
|
|
|
|
0x65, 0x70, 0x6c, 0x79, 0x22, 0x1b, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x15, 0x1a, 0x10, 0x2f, 0x76, |
|
|
|
|
0x31, 0x2f, 0x61, 0x72, 0x74, 0x69, 0x63, 0x6c, 0x65, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x3a, 0x01, |
|
|
|
|
0x2a, 0x12, 0x63, 0x0a, 0x0d, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x41, 0x72, 0x74, 0x69, 0x63, |
|
|
|
|
0x6c, 0x65, 0x12, 0x1c, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x76, 0x31, 0x2e, 0x44, 0x65, 0x6c, 0x65, |
|
|
|
|
0x74, 0x65, 0x41, 0x72, 0x74, 0x69, 0x63, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, |
|
|
|
|
0x1a, 0x1a, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x76, 0x31, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, |
|
|
|
|
0x31, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x41, 0x72, 0x74, 0x69, 0x63, 0x6c, 0x65, 0x52, |
|
|
|
|
0x65, 0x70, 0x6c, 0x79, 0x22, 0x17, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x11, 0x22, 0x0c, 0x2f, 0x76, |
|
|
|
|
0x31, 0x2f, 0x61, 0x72, 0x74, 0x69, 0x63, 0x6c, 0x65, 0x2f, 0x3a, 0x01, 0x2a, 0x12, 0x66, 0x0a, |
|
|
|
|
0x0d, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x41, 0x72, 0x74, 0x69, 0x63, 0x6c, 0x65, 0x12, 0x1c, |
|
|
|
|
0x2e, 0x61, 0x70, 0x69, 0x2e, 0x76, 0x31, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x41, 0x72, |
|
|
|
|
0x74, 0x69, 0x63, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x1a, 0x2e, 0x61, |
|
|
|
|
0x70, 0x69, 0x2e, 0x76, 0x31, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x41, 0x72, 0x74, 0x69, |
|
|
|
|
0x63, 0x6c, 0x65, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x1b, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x15, |
|
|
|
|
0x1a, 0x10, 0x2f, 0x76, 0x31, 0x2f, 0x61, 0x72, 0x74, 0x69, 0x63, 0x6c, 0x65, 0x2f, 0x7b, 0x69, |
|
|
|
|
0x64, 0x7d, 0x3a, 0x01, 0x2a, 0x12, 0x63, 0x0a, 0x0d, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x41, |
|
|
|
|
0x72, 0x74, 0x69, 0x63, 0x6c, 0x65, 0x12, 0x1c, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x76, 0x31, 0x2e, |
|
|
|
|
0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x41, 0x72, 0x74, 0x69, 0x63, 0x6c, 0x65, 0x52, 0x65, 0x71, |
|
|
|
|
0x75, 0x65, 0x73, 0x74, 0x1a, 0x1a, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x76, 0x31, 0x2e, 0x44, 0x65, |
|
|
|
|
0x6c, 0x65, 0x74, 0x65, 0x41, 0x72, 0x74, 0x69, 0x63, 0x6c, 0x65, 0x52, 0x65, 0x70, 0x6c, 0x79, |
|
|
|
|
0x22, 0x18, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x12, 0x2a, 0x10, 0x2f, 0x76, 0x31, 0x2f, 0x61, 0x72, |
|
|
|
|
0x74, 0x69, 0x63, 0x6c, 0x65, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x5a, 0x0a, 0x0a, 0x47, 0x65, |
|
|
|
|
0x74, 0x41, 0x72, 0x74, 0x69, 0x63, 0x6c, 0x65, 0x12, 0x19, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x76, |
|
|
|
|
0x31, 0x2e, 0x47, 0x65, 0x74, 0x41, 0x72, 0x74, 0x69, 0x63, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, |
|
|
|
|
0x65, 0x73, 0x74, 0x1a, 0x17, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, |
|
|
|
|
0x41, 0x72, 0x74, 0x69, 0x63, 0x6c, 0x65, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x18, 0x82, 0xd3, |
|
|
|
|
0xe4, 0x93, 0x02, 0x12, 0x2a, 0x10, 0x2f, 0x76, 0x31, 0x2f, 0x61, 0x72, 0x74, 0x69, 0x63, 0x6c, |
|
|
|
|
0x65, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x5a, 0x0a, 0x0a, 0x47, 0x65, 0x74, 0x41, 0x72, 0x74, |
|
|
|
|
0x69, 0x63, 0x6c, 0x65, 0x12, 0x19, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, |
|
|
|
|
0x74, 0x41, 0x72, 0x74, 0x69, 0x63, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, |
|
|
|
|
0x17, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x76, 0x31, 0x2e, 0x47, 0x65, 0x74, 0x41, 0x72, 0x74, 0x69, |
|
|
|
|
0x63, 0x6c, 0x65, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x18, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x12, |
|
|
|
|
0x12, 0x10, 0x2f, 0x76, 0x31, 0x2f, 0x61, 0x72, 0x74, 0x69, 0x63, 0x6c, 0x65, 0x2f, 0x7b, 0x69, |
|
|
|
|
0x64, 0x7d, 0x12, 0x59, 0x0a, 0x0b, 0x4c, 0x69, 0x73, 0x74, 0x41, 0x72, 0x74, 0x69, 0x63, 0x6c, |
|
|
|
|
0x65, 0x12, 0x1a, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x76, 0x31, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x41, |
|
|
|
|
0x72, 0x74, 0x69, 0x63, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x18, 0x2e, |
|
|
|
|
0x61, 0x70, 0x69, 0x2e, 0x76, 0x31, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x41, 0x72, 0x74, 0x69, 0x63, |
|
|
|
|
0x6c, 0x65, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x14, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x0e, 0x12, |
|
|
|
|
0x0c, 0x2f, 0x76, 0x31, 0x2f, 0x61, 0x72, 0x74, 0x69, 0x63, 0x6c, 0x65, 0x2f, 0x42, 0x38, 0x0a, |
|
|
|
|
0x06, 0x61, 0x70, 0x69, 0x2e, 0x76, 0x31, 0x50, 0x01, 0x5a, 0x2c, 0x67, 0x69, 0x74, 0x68, 0x75, |
|
|
|
|
0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x67, 0x6f, 0x2d, 0x6b, 0x72, 0x61, 0x74, 0x6f, 0x73, 0x2f, |
|
|
|
|
0x65, 0x78, 0x61, 0x6d, 0x70, 0x6c, 0x65, 0x73, 0x2f, 0x62, 0x6c, 0x6f, 0x67, 0x2f, 0x61, 0x70, |
|
|
|
|
0x69, 0x2f, 0x76, 0x31, 0x3b, 0x76, 0x31, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, |
|
|
|
|
0xe4, 0x93, 0x02, 0x12, 0x12, 0x10, 0x2f, 0x76, 0x31, 0x2f, 0x61, 0x72, 0x74, 0x69, 0x63, 0x6c, |
|
|
|
|
0x65, 0x2f, 0x7b, 0x69, 0x64, 0x7d, 0x12, 0x59, 0x0a, 0x0b, 0x4c, 0x69, 0x73, 0x74, 0x41, 0x72, |
|
|
|
|
0x74, 0x69, 0x63, 0x6c, 0x65, 0x12, 0x1a, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x76, 0x31, 0x2e, 0x4c, |
|
|
|
|
0x69, 0x73, 0x74, 0x41, 0x72, 0x74, 0x69, 0x63, 0x6c, 0x65, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, |
|
|
|
|
0x74, 0x1a, 0x18, 0x2e, 0x61, 0x70, 0x69, 0x2e, 0x76, 0x31, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x41, |
|
|
|
|
0x72, 0x74, 0x69, 0x63, 0x6c, 0x65, 0x52, 0x65, 0x70, 0x6c, 0x79, 0x22, 0x14, 0x82, 0xd3, 0xe4, |
|
|
|
|
0x93, 0x02, 0x0e, 0x12, 0x0c, 0x2f, 0x76, 0x31, 0x2f, 0x61, 0x72, 0x74, 0x69, 0x63, 0x6c, 0x65, |
|
|
|
|
0x2f, 0x42, 0x3f, 0x0a, 0x06, 0x61, 0x70, 0x69, 0x2e, 0x76, 0x31, 0x50, 0x01, 0x5a, 0x33, 0x67, |
|
|
|
|
0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x67, 0x6f, 0x2d, 0x6b, 0x72, 0x61, |
|
|
|
|
0x74, 0x6f, 0x73, 0x2f, 0x6b, 0x72, 0x61, 0x74, 0x6f, 0x73, 0x2f, 0x65, 0x78, 0x61, 0x6d, 0x70, |
|
|
|
|
0x6c, 0x65, 0x73, 0x2f, 0x62, 0x6c, 0x6f, 0x67, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x31, 0x3b, |
|
|
|
|
0x76, 0x31, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
var ( |
|
|
|
|
file_api_blog_v1_blog_proto_rawDescOnce sync.Once |
|
|
|
|
file_api_blog_v1_blog_proto_rawDescData = file_api_blog_v1_blog_proto_rawDesc |
|
|
|
|
file_blog_proto_rawDescOnce sync.Once |
|
|
|
|
file_blog_proto_rawDescData = file_blog_proto_rawDesc |
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
func file_api_blog_v1_blog_proto_rawDescGZIP() []byte { |
|
|
|
|
file_api_blog_v1_blog_proto_rawDescOnce.Do(func() { |
|
|
|
|
file_api_blog_v1_blog_proto_rawDescData = protoimpl.X.CompressGZIP(file_api_blog_v1_blog_proto_rawDescData) |
|
|
|
|
func file_blog_proto_rawDescGZIP() []byte { |
|
|
|
|
file_blog_proto_rawDescOnce.Do(func() { |
|
|
|
|
file_blog_proto_rawDescData = protoimpl.X.CompressGZIP(file_blog_proto_rawDescData) |
|
|
|
|
}) |
|
|
|
|
return file_api_blog_v1_blog_proto_rawDescData |
|
|
|
|
return file_blog_proto_rawDescData |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
var file_api_blog_v1_blog_proto_msgTypes = make([]protoimpl.MessageInfo, 11) |
|
|
|
|
var file_api_blog_v1_blog_proto_goTypes = []interface{}{ |
|
|
|
|
var file_blog_proto_msgTypes = make([]protoimpl.MessageInfo, 11) |
|
|
|
|
var file_blog_proto_goTypes = []interface{}{ |
|
|
|
|
(*Article)(nil), // 0: api.v1.Article
|
|
|
|
|
(*CreateArticleRequest)(nil), // 1: api.v1.CreateArticleRequest
|
|
|
|
|
(*CreateArticleReply)(nil), // 2: api.v1.CreateArticleReply
|
|
|
|
@ -683,7 +683,7 @@ var file_api_blog_v1_blog_proto_goTypes = []interface{}{ |
|
|
|
|
(*ListArticleRequest)(nil), // 9: api.v1.ListArticleRequest
|
|
|
|
|
(*ListArticleReply)(nil), // 10: api.v1.ListArticleReply
|
|
|
|
|
} |
|
|
|
|
var file_api_blog_v1_blog_proto_depIdxs = []int32{ |
|
|
|
|
var file_blog_proto_depIdxs = []int32{ |
|
|
|
|
0, // 0: api.v1.CreateArticleReply.Article:type_name -> api.v1.Article
|
|
|
|
|
0, // 1: api.v1.UpdateArticleReply.Article:type_name -> api.v1.Article
|
|
|
|
|
0, // 2: api.v1.GetArticleReply.Article:type_name -> api.v1.Article
|
|
|
|
@ -705,13 +705,13 @@ var file_api_blog_v1_blog_proto_depIdxs = []int32{ |
|
|
|
|
0, // [0:4] is the sub-list for field type_name
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
func init() { file_api_blog_v1_blog_proto_init() } |
|
|
|
|
func file_api_blog_v1_blog_proto_init() { |
|
|
|
|
if File_api_blog_v1_blog_proto != nil { |
|
|
|
|
func init() { file_blog_proto_init() } |
|
|
|
|
func file_blog_proto_init() { |
|
|
|
|
if File_blog_proto != nil { |
|
|
|
|
return |
|
|
|
|
} |
|
|
|
|
if !protoimpl.UnsafeEnabled { |
|
|
|
|
file_api_blog_v1_blog_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { |
|
|
|
|
file_blog_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} { |
|
|
|
|
switch v := v.(*Article); i { |
|
|
|
|
case 0: |
|
|
|
|
return &v.state |
|
|
|
@ -723,7 +723,7 @@ func file_api_blog_v1_blog_proto_init() { |
|
|
|
|
return nil |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
file_api_blog_v1_blog_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { |
|
|
|
|
file_blog_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} { |
|
|
|
|
switch v := v.(*CreateArticleRequest); i { |
|
|
|
|
case 0: |
|
|
|
|
return &v.state |
|
|
|
@ -735,7 +735,7 @@ func file_api_blog_v1_blog_proto_init() { |
|
|
|
|
return nil |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
file_api_blog_v1_blog_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { |
|
|
|
|
file_blog_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} { |
|
|
|
|
switch v := v.(*CreateArticleReply); i { |
|
|
|
|
case 0: |
|
|
|
|
return &v.state |
|
|
|
@ -747,7 +747,7 @@ func file_api_blog_v1_blog_proto_init() { |
|
|
|
|
return nil |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
file_api_blog_v1_blog_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { |
|
|
|
|
file_blog_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} { |
|
|
|
|
switch v := v.(*UpdateArticleRequest); i { |
|
|
|
|
case 0: |
|
|
|
|
return &v.state |
|
|
|
@ -759,7 +759,7 @@ func file_api_blog_v1_blog_proto_init() { |
|
|
|
|
return nil |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
file_api_blog_v1_blog_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { |
|
|
|
|
file_blog_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} { |
|
|
|
|
switch v := v.(*UpdateArticleReply); i { |
|
|
|
|
case 0: |
|
|
|
|
return &v.state |
|
|
|
@ -771,7 +771,7 @@ func file_api_blog_v1_blog_proto_init() { |
|
|
|
|
return nil |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
file_api_blog_v1_blog_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { |
|
|
|
|
file_blog_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} { |
|
|
|
|
switch v := v.(*DeleteArticleRequest); i { |
|
|
|
|
case 0: |
|
|
|
|
return &v.state |
|
|
|
@ -783,7 +783,7 @@ func file_api_blog_v1_blog_proto_init() { |
|
|
|
|
return nil |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
file_api_blog_v1_blog_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { |
|
|
|
|
file_blog_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} { |
|
|
|
|
switch v := v.(*DeleteArticleReply); i { |
|
|
|
|
case 0: |
|
|
|
|
return &v.state |
|
|
|
@ -795,7 +795,7 @@ func file_api_blog_v1_blog_proto_init() { |
|
|
|
|
return nil |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
file_api_blog_v1_blog_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { |
|
|
|
|
file_blog_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} { |
|
|
|
|
switch v := v.(*GetArticleRequest); i { |
|
|
|
|
case 0: |
|
|
|
|
return &v.state |
|
|
|
@ -807,7 +807,7 @@ func file_api_blog_v1_blog_proto_init() { |
|
|
|
|
return nil |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
file_api_blog_v1_blog_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { |
|
|
|
|
file_blog_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} { |
|
|
|
|
switch v := v.(*GetArticleReply); i { |
|
|
|
|
case 0: |
|
|
|
|
return &v.state |
|
|
|
@ -819,7 +819,7 @@ func file_api_blog_v1_blog_proto_init() { |
|
|
|
|
return nil |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
file_api_blog_v1_blog_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { |
|
|
|
|
file_blog_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} { |
|
|
|
|
switch v := v.(*ListArticleRequest); i { |
|
|
|
|
case 0: |
|
|
|
|
return &v.state |
|
|
|
@ -831,7 +831,7 @@ func file_api_blog_v1_blog_proto_init() { |
|
|
|
|
return nil |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
file_api_blog_v1_blog_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { |
|
|
|
|
file_blog_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} { |
|
|
|
|
switch v := v.(*ListArticleReply); i { |
|
|
|
|
case 0: |
|
|
|
|
return &v.state |
|
|
|
@ -848,18 +848,18 @@ func file_api_blog_v1_blog_proto_init() { |
|
|
|
|
out := protoimpl.TypeBuilder{ |
|
|
|
|
File: protoimpl.DescBuilder{ |
|
|
|
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(), |
|
|
|
|
RawDescriptor: file_api_blog_v1_blog_proto_rawDesc, |
|
|
|
|
RawDescriptor: file_blog_proto_rawDesc, |
|
|
|
|
NumEnums: 0, |
|
|
|
|
NumMessages: 11, |
|
|
|
|
NumExtensions: 0, |
|
|
|
|
NumServices: 1, |
|
|
|
|
}, |
|
|
|
|
GoTypes: file_api_blog_v1_blog_proto_goTypes, |
|
|
|
|
DependencyIndexes: file_api_blog_v1_blog_proto_depIdxs, |
|
|
|
|
MessageInfos: file_api_blog_v1_blog_proto_msgTypes, |
|
|
|
|
GoTypes: file_blog_proto_goTypes, |
|
|
|
|
DependencyIndexes: file_blog_proto_depIdxs, |
|
|
|
|
MessageInfos: file_blog_proto_msgTypes, |
|
|
|
|
}.Build() |
|
|
|
|
File_api_blog_v1_blog_proto = out.File |
|
|
|
|
file_api_blog_v1_blog_proto_rawDesc = nil |
|
|
|
|
file_api_blog_v1_blog_proto_goTypes = nil |
|
|
|
|
file_api_blog_v1_blog_proto_depIdxs = nil |
|
|
|
|
File_blog_proto = out.File |
|
|
|
|
file_blog_proto_rawDesc = nil |
|
|
|
|
file_blog_proto_goTypes = nil |
|
|
|
|
file_blog_proto_depIdxs = nil |
|
|
|
|
} |
|
|
|
|