@ -76,6 +76,100 @@ func (x *Tag) GetCreatorId() int32 {
return 0
}
type UpsertTagRequest struct {
state protoimpl . MessageState
sizeCache protoimpl . SizeCache
unknownFields protoimpl . UnknownFields
Name string ` protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty" `
}
func ( x * UpsertTagRequest ) Reset ( ) {
* x = UpsertTagRequest { }
if protoimpl . UnsafeEnabled {
mi := & file_api_v2_tag_service_proto_msgTypes [ 1 ]
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
ms . StoreMessageInfo ( mi )
}
}
func ( x * UpsertTagRequest ) String ( ) string {
return protoimpl . X . MessageStringOf ( x )
}
func ( * UpsertTagRequest ) ProtoMessage ( ) { }
func ( x * UpsertTagRequest ) ProtoReflect ( ) protoreflect . Message {
mi := & file_api_v2_tag_service_proto_msgTypes [ 1 ]
if protoimpl . UnsafeEnabled && x != nil {
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
if ms . LoadMessageInfo ( ) == nil {
ms . StoreMessageInfo ( mi )
}
return ms
}
return mi . MessageOf ( x )
}
// Deprecated: Use UpsertTagRequest.ProtoReflect.Descriptor instead.
func ( * UpsertTagRequest ) Descriptor ( ) ( [ ] byte , [ ] int ) {
return file_api_v2_tag_service_proto_rawDescGZIP ( ) , [ ] int { 1 }
}
func ( x * UpsertTagRequest ) GetName ( ) string {
if x != nil {
return x . Name
}
return ""
}
type UpsertTagResponse struct {
state protoimpl . MessageState
sizeCache protoimpl . SizeCache
unknownFields protoimpl . UnknownFields
Tag * Tag ` protobuf:"bytes,1,opt,name=tag,proto3" json:"tag,omitempty" `
}
func ( x * UpsertTagResponse ) Reset ( ) {
* x = UpsertTagResponse { }
if protoimpl . UnsafeEnabled {
mi := & file_api_v2_tag_service_proto_msgTypes [ 2 ]
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
ms . StoreMessageInfo ( mi )
}
}
func ( x * UpsertTagResponse ) String ( ) string {
return protoimpl . X . MessageStringOf ( x )
}
func ( * UpsertTagResponse ) ProtoMessage ( ) { }
func ( x * UpsertTagResponse ) ProtoReflect ( ) protoreflect . Message {
mi := & file_api_v2_tag_service_proto_msgTypes [ 2 ]
if protoimpl . UnsafeEnabled && x != nil {
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
if ms . LoadMessageInfo ( ) == nil {
ms . StoreMessageInfo ( mi )
}
return ms
}
return mi . MessageOf ( x )
}
// Deprecated: Use UpsertTagResponse.ProtoReflect.Descriptor instead.
func ( * UpsertTagResponse ) Descriptor ( ) ( [ ] byte , [ ] int ) {
return file_api_v2_tag_service_proto_rawDescGZIP ( ) , [ ] int { 2 }
}
func ( x * UpsertTagResponse ) GetTag ( ) * Tag {
if x != nil {
return x . Tag
}
return nil
}
type ListTagsRequest struct {
state protoimpl . MessageState
sizeCache protoimpl . SizeCache
@ -87,7 +181,7 @@ type ListTagsRequest struct {
func ( x * ListTagsRequest ) Reset ( ) {
* x = ListTagsRequest { }
if protoimpl . UnsafeEnabled {
mi := & file_api_v2_tag_service_proto_msgTypes [ 1 ]
mi := & file_api_v2_tag_service_proto_msgTypes [ 3 ]
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
ms . StoreMessageInfo ( mi )
}
@ -100,7 +194,7 @@ func (x *ListTagsRequest) String() string {
func ( * ListTagsRequest ) ProtoMessage ( ) { }
func ( x * ListTagsRequest ) ProtoReflect ( ) protoreflect . Message {
mi := & file_api_v2_tag_service_proto_msgTypes [ 1 ]
mi := & file_api_v2_tag_service_proto_msgTypes [ 3 ]
if protoimpl . UnsafeEnabled && x != nil {
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
if ms . LoadMessageInfo ( ) == nil {
@ -113,7 +207,7 @@ func (x *ListTagsRequest) ProtoReflect() protoreflect.Message {
// Deprecated: Use ListTagsRequest.ProtoReflect.Descriptor instead.
func ( * ListTagsRequest ) Descriptor ( ) ( [ ] byte , [ ] int ) {
return file_api_v2_tag_service_proto_rawDescGZIP ( ) , [ ] int { 1 }
return file_api_v2_tag_service_proto_rawDescGZIP ( ) , [ ] int { 3 }
}
func ( x * ListTagsRequest ) GetCreatorId ( ) int32 {
@ -134,7 +228,7 @@ type ListTagsResponse struct {
func ( x * ListTagsResponse ) Reset ( ) {
* x = ListTagsResponse { }
if protoimpl . UnsafeEnabled {
mi := & file_api_v2_tag_service_proto_msgTypes [ 2 ]
mi := & file_api_v2_tag_service_proto_msgTypes [ 4 ]
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
ms . StoreMessageInfo ( mi )
}
@ -147,7 +241,7 @@ func (x *ListTagsResponse) String() string {
func ( * ListTagsResponse ) ProtoMessage ( ) { }
func ( x * ListTagsResponse ) ProtoReflect ( ) protoreflect . Message {
mi := & file_api_v2_tag_service_proto_msgTypes [ 2 ]
mi := & file_api_v2_tag_service_proto_msgTypes [ 4 ]
if protoimpl . UnsafeEnabled && x != nil {
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
if ms . LoadMessageInfo ( ) == nil {
@ -160,7 +254,7 @@ func (x *ListTagsResponse) ProtoReflect() protoreflect.Message {
// Deprecated: Use ListTagsResponse.ProtoReflect.Descriptor instead.
func ( * ListTagsResponse ) Descriptor ( ) ( [ ] byte , [ ] int ) {
return file_api_v2_tag_service_proto_rawDescGZIP ( ) , [ ] int { 2 }
return file_api_v2_tag_service_proto_rawDescGZIP ( ) , [ ] int { 4 }
}
func ( x * ListTagsResponse ) GetTags ( ) [ ] * Tag {
@ -170,6 +264,91 @@ func (x *ListTagsResponse) GetTags() []*Tag {
return nil
}
type DeleteTagRequest struct {
state protoimpl . MessageState
sizeCache protoimpl . SizeCache
unknownFields protoimpl . UnknownFields
Tag * Tag ` protobuf:"bytes,1,opt,name=tag,proto3" json:"tag,omitempty" `
}
func ( x * DeleteTagRequest ) Reset ( ) {
* x = DeleteTagRequest { }
if protoimpl . UnsafeEnabled {
mi := & file_api_v2_tag_service_proto_msgTypes [ 5 ]
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
ms . StoreMessageInfo ( mi )
}
}
func ( x * DeleteTagRequest ) String ( ) string {
return protoimpl . X . MessageStringOf ( x )
}
func ( * DeleteTagRequest ) ProtoMessage ( ) { }
func ( x * DeleteTagRequest ) ProtoReflect ( ) protoreflect . Message {
mi := & file_api_v2_tag_service_proto_msgTypes [ 5 ]
if protoimpl . UnsafeEnabled && x != nil {
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
if ms . LoadMessageInfo ( ) == nil {
ms . StoreMessageInfo ( mi )
}
return ms
}
return mi . MessageOf ( x )
}
// Deprecated: Use DeleteTagRequest.ProtoReflect.Descriptor instead.
func ( * DeleteTagRequest ) Descriptor ( ) ( [ ] byte , [ ] int ) {
return file_api_v2_tag_service_proto_rawDescGZIP ( ) , [ ] int { 5 }
}
func ( x * DeleteTagRequest ) GetTag ( ) * Tag {
if x != nil {
return x . Tag
}
return nil
}
type DeleteTagResponse struct {
state protoimpl . MessageState
sizeCache protoimpl . SizeCache
unknownFields protoimpl . UnknownFields
}
func ( x * DeleteTagResponse ) Reset ( ) {
* x = DeleteTagResponse { }
if protoimpl . UnsafeEnabled {
mi := & file_api_v2_tag_service_proto_msgTypes [ 6 ]
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
ms . StoreMessageInfo ( mi )
}
}
func ( x * DeleteTagResponse ) String ( ) string {
return protoimpl . X . MessageStringOf ( x )
}
func ( * DeleteTagResponse ) ProtoMessage ( ) { }
func ( x * DeleteTagResponse ) ProtoReflect ( ) protoreflect . Message {
mi := & file_api_v2_tag_service_proto_msgTypes [ 6 ]
if protoimpl . UnsafeEnabled && x != nil {
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
if ms . LoadMessageInfo ( ) == nil {
ms . StoreMessageInfo ( mi )
}
return ms
}
return mi . MessageOf ( x )
}
// Deprecated: Use DeleteTagResponse.ProtoReflect.Descriptor instead.
func ( * DeleteTagResponse ) Descriptor ( ) ( [ ] byte , [ ] int ) {
return file_api_v2_tag_service_proto_rawDescGZIP ( ) , [ ] int { 6 }
}
var File_api_v2_tag_service_proto protoreflect . FileDescriptor
var file_api_v2_tag_service_proto_rawDesc = [ ] byte {
@ -181,31 +360,55 @@ var file_api_v2_tag_service_proto_rawDesc = []byte{
0x04 , 0x6e , 0x61 , 0x6d , 0x65 , 0x18 , 0x01 , 0x20 , 0x01 , 0x28 , 0x09 , 0x52 , 0x04 , 0x6e , 0x61 , 0x6d ,
0x65 , 0x12 , 0x1d , 0x0a , 0x0a , 0x63 , 0x72 , 0x65 , 0x61 , 0x74 , 0x6f , 0x72 , 0x5f , 0x69 , 0x64 , 0x18 ,
0x02 , 0x20 , 0x01 , 0x28 , 0x05 , 0x52 , 0x09 , 0x63 , 0x72 , 0x65 , 0x61 , 0x74 , 0x6f , 0x72 , 0x49 , 0x64 ,
0x22 , 0x30 , 0x0a , 0x0f , 0x4c , 0x69 , 0x73 , 0x74 , 0x54 , 0x61 , 0x67 , 0x73 , 0x52 , 0x65 , 0x71 , 0x75 ,
0x65 , 0x73 , 0x74 , 0x12 , 0x1d , 0x0a , 0x0a , 0x63 , 0x72 , 0x65 , 0x61 , 0x74 , 0x6f , 0x72 , 0x5f , 0x69 ,
0x64 , 0x18 , 0x01 , 0x20 , 0x01 , 0x28 , 0x05 , 0x52 , 0x09 , 0x63 , 0x72 , 0x65 , 0x61 , 0x74 , 0x6f , 0x72 ,
0x49 , 0x64 , 0x22 , 0x39 , 0x0a , 0x10 , 0x4c , 0x69 , 0x73 , 0x74 , 0x54 , 0x61 , 0x67 , 0x73 , 0x52 , 0x65 ,
0x73 , 0x70 , 0x6f , 0x6e , 0x73 , 0x65 , 0x12 , 0x25 , 0x0a , 0x04 , 0x74 , 0x61 , 0x67 , 0x73 , 0x18 , 0x01 ,
0x20 , 0x03 , 0x28 , 0x0b , 0x32 , 0x11 , 0x2e , 0x6d , 0x65 , 0x6d , 0x6f , 0x73 , 0x2e , 0x61 , 0x70 , 0x69 ,
0x2e , 0x76 , 0x32 , 0x2e , 0x54 , 0x61 , 0x67 , 0x52 , 0x04 , 0x74 , 0x61 , 0x67 , 0x73 , 0x32 , 0x6d , 0x0a ,
0x0a , 0x54 , 0x61 , 0x67 , 0x53 , 0x65 , 0x72 , 0x76 , 0x69 , 0x63 , 0x65 , 0x12 , 0x5f , 0x0a , 0x08 , 0x4c ,
0x69 , 0x73 , 0x74 , 0x54 , 0x61 , 0x67 , 0x73 , 0x12 , 0x1d , 0x2e , 0x6d , 0x65 , 0x6d , 0x6f , 0x73 , 0x2e ,
0x61 , 0x70 , 0x69 , 0x2e , 0x76 , 0x32 , 0x2e , 0x4c , 0x69 , 0x73 , 0x74 , 0x54 , 0x61 , 0x67 , 0x73 , 0x52 ,
0x65 , 0x71 , 0x75 , 0x65 , 0x73 , 0x74 , 0x1a , 0x1e , 0x2e , 0x6d , 0x65 , 0x6d , 0x6f , 0x73 , 0x2e , 0x61 ,
0x70 , 0x69 , 0x2e , 0x76 , 0x32 , 0x2e , 0x4c , 0x69 , 0x73 , 0x74 , 0x54 , 0x61 , 0x67 , 0x73 , 0x52 , 0x65 ,
0x73 , 0x70 , 0x6f , 0x6e , 0x73 , 0x65 , 0x22 , 0x14 , 0x82 , 0xd3 , 0xe4 , 0x93 , 0x02 , 0x0e , 0x12 , 0x0c ,
0x2f , 0x61 , 0x70 , 0x69 , 0x2f , 0x76 , 0x32 , 0x2f , 0x74 , 0x61 , 0x67 , 0x73 , 0x42 , 0xa7 , 0x01 , 0x0a ,
0x10 , 0x63 , 0x6f , 0x6d , 0x2e , 0x6d , 0x65 , 0x6d , 0x6f , 0x73 , 0x2e , 0x61 , 0x70 , 0x69 , 0x2e , 0x76 ,
0x32 , 0x42 , 0x0f , 0x54 , 0x61 , 0x67 , 0x53 , 0x65 , 0x72 , 0x76 , 0x69 , 0x63 , 0x65 , 0x50 , 0x72 , 0x6f ,
0x74 , 0x6f , 0x50 , 0x01 , 0x5a , 0x30 , 0x67 , 0x69 , 0x74 , 0x68 , 0x75 , 0x62 , 0x2e , 0x63 , 0x6f , 0x6d ,
0x2f , 0x75 , 0x73 , 0x65 , 0x6d , 0x65 , 0x6d , 0x6f , 0x73 , 0x2f , 0x6d , 0x65 , 0x6d , 0x6f , 0x73 , 0x2f ,
0x70 , 0x72 , 0x6f , 0x74 , 0x6f , 0x2f , 0x67 , 0x65 , 0x6e , 0x2f , 0x61 , 0x70 , 0x69 , 0x2f , 0x76 , 0x32 ,
0x3b , 0x61 , 0x70 , 0x69 , 0x76 , 0x32 , 0xa2 , 0x02 , 0x03 , 0x4d , 0x41 , 0x58 , 0xaa , 0x02 , 0x0c , 0x4d ,
0x65 , 0x6d , 0x6f , 0x73 , 0x2e , 0x41 , 0x70 , 0x69 , 0x2e , 0x56 , 0x32 , 0xca , 0x02 , 0x0c , 0x4d , 0x65 ,
0x6d , 0x6f , 0x73 , 0x5c , 0x41 , 0x70 , 0x69 , 0x5c , 0x56 , 0x32 , 0xe2 , 0x02 , 0x18 , 0x4d , 0x65 , 0x6d ,
0x6f , 0x73 , 0x5c , 0x41 , 0x70 , 0x69 , 0x5c , 0x56 , 0x32 , 0x5c , 0x47 , 0x50 , 0x42 , 0x4d , 0x65 , 0x74 ,
0x61 , 0x64 , 0x61 , 0x74 , 0x61 , 0xea , 0x02 , 0x0e , 0x4d , 0x65 , 0x6d , 0x6f , 0x73 , 0x3a , 0x3a , 0x41 ,
0x70 , 0x69 , 0x3a , 0x3a , 0x56 , 0x32 , 0x62 , 0x06 , 0x70 , 0x72 , 0x6f , 0x74 , 0x6f , 0x33 ,
0x22 , 0x26 , 0x0a , 0x10 , 0x55 , 0x70 , 0x73 , 0x65 , 0x72 , 0x74 , 0x54 , 0x61 , 0x67 , 0x52 , 0x65 , 0x71 ,
0x75 , 0x65 , 0x73 , 0x74 , 0x12 , 0x12 , 0x0a , 0x04 , 0x6e , 0x61 , 0x6d , 0x65 , 0x18 , 0x01 , 0x20 , 0x01 ,
0x28 , 0x09 , 0x52 , 0x04 , 0x6e , 0x61 , 0x6d , 0x65 , 0x22 , 0x38 , 0x0a , 0x11 , 0x55 , 0x70 , 0x73 , 0x65 ,
0x72 , 0x74 , 0x54 , 0x61 , 0x67 , 0x52 , 0x65 , 0x73 , 0x70 , 0x6f , 0x6e , 0x73 , 0x65 , 0x12 , 0x23 , 0x0a ,
0x03 , 0x74 , 0x61 , 0x67 , 0x18 , 0x01 , 0x20 , 0x01 , 0x28 , 0x0b , 0x32 , 0x11 , 0x2e , 0x6d , 0x65 , 0x6d ,
0x6f , 0x73 , 0x2e , 0x61 , 0x70 , 0x69 , 0x2e , 0x76 , 0x32 , 0x2e , 0x54 , 0x61 , 0x67 , 0x52 , 0x03 , 0x74 ,
0x61 , 0x67 , 0x22 , 0x30 , 0x0a , 0x0f , 0x4c , 0x69 , 0x73 , 0x74 , 0x54 , 0x61 , 0x67 , 0x73 , 0x52 , 0x65 ,
0x71 , 0x75 , 0x65 , 0x73 , 0x74 , 0x12 , 0x1d , 0x0a , 0x0a , 0x63 , 0x72 , 0x65 , 0x61 , 0x74 , 0x6f , 0x72 ,
0x5f , 0x69 , 0x64 , 0x18 , 0x01 , 0x20 , 0x01 , 0x28 , 0x05 , 0x52 , 0x09 , 0x63 , 0x72 , 0x65 , 0x61 , 0x74 ,
0x6f , 0x72 , 0x49 , 0x64 , 0x22 , 0x39 , 0x0a , 0x10 , 0x4c , 0x69 , 0x73 , 0x74 , 0x54 , 0x61 , 0x67 , 0x73 ,
0x52 , 0x65 , 0x73 , 0x70 , 0x6f , 0x6e , 0x73 , 0x65 , 0x12 , 0x25 , 0x0a , 0x04 , 0x74 , 0x61 , 0x67 , 0x73 ,
0x18 , 0x01 , 0x20 , 0x03 , 0x28 , 0x0b , 0x32 , 0x11 , 0x2e , 0x6d , 0x65 , 0x6d , 0x6f , 0x73 , 0x2e , 0x61 ,
0x70 , 0x69 , 0x2e , 0x76 , 0x32 , 0x2e , 0x54 , 0x61 , 0x67 , 0x52 , 0x04 , 0x74 , 0x61 , 0x67 , 0x73 , 0x22 ,
0x37 , 0x0a , 0x10 , 0x44 , 0x65 , 0x6c , 0x65 , 0x74 , 0x65 , 0x54 , 0x61 , 0x67 , 0x52 , 0x65 , 0x71 , 0x75 ,
0x65 , 0x73 , 0x74 , 0x12 , 0x23 , 0x0a , 0x03 , 0x74 , 0x61 , 0x67 , 0x18 , 0x01 , 0x20 , 0x01 , 0x28 , 0x0b ,
0x32 , 0x11 , 0x2e , 0x6d , 0x65 , 0x6d , 0x6f , 0x73 , 0x2e , 0x61 , 0x70 , 0x69 , 0x2e , 0x76 , 0x32 , 0x2e ,
0x54 , 0x61 , 0x67 , 0x52 , 0x03 , 0x74 , 0x61 , 0x67 , 0x22 , 0x13 , 0x0a , 0x11 , 0x44 , 0x65 , 0x6c , 0x65 ,
0x74 , 0x65 , 0x54 , 0x61 , 0x67 , 0x52 , 0x65 , 0x73 , 0x70 , 0x6f , 0x6e , 0x73 , 0x65 , 0x32 , 0xb5 , 0x02 ,
0x0a , 0x0a , 0x54 , 0x61 , 0x67 , 0x53 , 0x65 , 0x72 , 0x76 , 0x69 , 0x63 , 0x65 , 0x12 , 0x62 , 0x0a , 0x09 ,
0x55 , 0x70 , 0x73 , 0x65 , 0x72 , 0x74 , 0x54 , 0x61 , 0x67 , 0x12 , 0x1e , 0x2e , 0x6d , 0x65 , 0x6d , 0x6f ,
0x73 , 0x2e , 0x61 , 0x70 , 0x69 , 0x2e , 0x76 , 0x32 , 0x2e , 0x55 , 0x70 , 0x73 , 0x65 , 0x72 , 0x74 , 0x54 ,
0x61 , 0x67 , 0x52 , 0x65 , 0x71 , 0x75 , 0x65 , 0x73 , 0x74 , 0x1a , 0x1f , 0x2e , 0x6d , 0x65 , 0x6d , 0x6f ,
0x73 , 0x2e , 0x61 , 0x70 , 0x69 , 0x2e , 0x76 , 0x32 , 0x2e , 0x55 , 0x70 , 0x73 , 0x65 , 0x72 , 0x74 , 0x54 ,
0x61 , 0x67 , 0x52 , 0x65 , 0x73 , 0x70 , 0x6f , 0x6e , 0x73 , 0x65 , 0x22 , 0x14 , 0x82 , 0xd3 , 0xe4 , 0x93 ,
0x02 , 0x0e , 0x22 , 0x0c , 0x2f , 0x61 , 0x70 , 0x69 , 0x2f , 0x76 , 0x32 , 0x2f , 0x74 , 0x61 , 0x67 , 0x73 ,
0x12 , 0x5f , 0x0a , 0x08 , 0x4c , 0x69 , 0x73 , 0x74 , 0x54 , 0x61 , 0x67 , 0x73 , 0x12 , 0x1d , 0x2e , 0x6d ,
0x65 , 0x6d , 0x6f , 0x73 , 0x2e , 0x61 , 0x70 , 0x69 , 0x2e , 0x76 , 0x32 , 0x2e , 0x4c , 0x69 , 0x73 , 0x74 ,
0x54 , 0x61 , 0x67 , 0x73 , 0x52 , 0x65 , 0x71 , 0x75 , 0x65 , 0x73 , 0x74 , 0x1a , 0x1e , 0x2e , 0x6d , 0x65 ,
0x6d , 0x6f , 0x73 , 0x2e , 0x61 , 0x70 , 0x69 , 0x2e , 0x76 , 0x32 , 0x2e , 0x4c , 0x69 , 0x73 , 0x74 , 0x54 ,
0x61 , 0x67 , 0x73 , 0x52 , 0x65 , 0x73 , 0x70 , 0x6f , 0x6e , 0x73 , 0x65 , 0x22 , 0x14 , 0x82 , 0xd3 , 0xe4 ,
0x93 , 0x02 , 0x0e , 0x12 , 0x0c , 0x2f , 0x61 , 0x70 , 0x69 , 0x2f , 0x76 , 0x32 , 0x2f , 0x74 , 0x61 , 0x67 ,
0x73 , 0x12 , 0x62 , 0x0a , 0x09 , 0x44 , 0x65 , 0x6c , 0x65 , 0x74 , 0x65 , 0x54 , 0x61 , 0x67 , 0x12 , 0x1e ,
0x2e , 0x6d , 0x65 , 0x6d , 0x6f , 0x73 , 0x2e , 0x61 , 0x70 , 0x69 , 0x2e , 0x76 , 0x32 , 0x2e , 0x44 , 0x65 ,
0x6c , 0x65 , 0x74 , 0x65 , 0x54 , 0x61 , 0x67 , 0x52 , 0x65 , 0x71 , 0x75 , 0x65 , 0x73 , 0x74 , 0x1a , 0x1f ,
0x2e , 0x6d , 0x65 , 0x6d , 0x6f , 0x73 , 0x2e , 0x61 , 0x70 , 0x69 , 0x2e , 0x76 , 0x32 , 0x2e , 0x44 , 0x65 ,
0x6c , 0x65 , 0x74 , 0x65 , 0x54 , 0x61 , 0x67 , 0x52 , 0x65 , 0x73 , 0x70 , 0x6f , 0x6e , 0x73 , 0x65 , 0x22 ,
0x14 , 0x82 , 0xd3 , 0xe4 , 0x93 , 0x02 , 0x0e , 0x2a , 0x0c , 0x2f , 0x61 , 0x70 , 0x69 , 0x2f , 0x76 , 0x32 ,
0x2f , 0x74 , 0x61 , 0x67 , 0x73 , 0x42 , 0xa7 , 0x01 , 0x0a , 0x10 , 0x63 , 0x6f , 0x6d , 0x2e , 0x6d , 0x65 ,
0x6d , 0x6f , 0x73 , 0x2e , 0x61 , 0x70 , 0x69 , 0x2e , 0x76 , 0x32 , 0x42 , 0x0f , 0x54 , 0x61 , 0x67 , 0x53 ,
0x65 , 0x72 , 0x76 , 0x69 , 0x63 , 0x65 , 0x50 , 0x72 , 0x6f , 0x74 , 0x6f , 0x50 , 0x01 , 0x5a , 0x30 , 0x67 ,
0x69 , 0x74 , 0x68 , 0x75 , 0x62 , 0x2e , 0x63 , 0x6f , 0x6d , 0x2f , 0x75 , 0x73 , 0x65 , 0x6d , 0x65 , 0x6d ,
0x6f , 0x73 , 0x2f , 0x6d , 0x65 , 0x6d , 0x6f , 0x73 , 0x2f , 0x70 , 0x72 , 0x6f , 0x74 , 0x6f , 0x2f , 0x67 ,
0x65 , 0x6e , 0x2f , 0x61 , 0x70 , 0x69 , 0x2f , 0x76 , 0x32 , 0x3b , 0x61 , 0x70 , 0x69 , 0x76 , 0x32 , 0xa2 ,
0x02 , 0x03 , 0x4d , 0x41 , 0x58 , 0xaa , 0x02 , 0x0c , 0x4d , 0x65 , 0x6d , 0x6f , 0x73 , 0x2e , 0x41 , 0x70 ,
0x69 , 0x2e , 0x56 , 0x32 , 0xca , 0x02 , 0x0c , 0x4d , 0x65 , 0x6d , 0x6f , 0x73 , 0x5c , 0x41 , 0x70 , 0x69 ,
0x5c , 0x56 , 0x32 , 0xe2 , 0x02 , 0x18 , 0x4d , 0x65 , 0x6d , 0x6f , 0x73 , 0x5c , 0x41 , 0x70 , 0x69 , 0x5c ,
0x56 , 0x32 , 0x5c , 0x47 , 0x50 , 0x42 , 0x4d , 0x65 , 0x74 , 0x61 , 0x64 , 0x61 , 0x74 , 0x61 , 0xea , 0x02 ,
0x0e , 0x4d , 0x65 , 0x6d , 0x6f , 0x73 , 0x3a , 0x3a , 0x41 , 0x70 , 0x69 , 0x3a , 0x3a , 0x56 , 0x32 , 0x62 ,
0x06 , 0x70 , 0x72 , 0x6f , 0x74 , 0x6f , 0x33 ,
}
var (
@ -220,21 +423,31 @@ func file_api_v2_tag_service_proto_rawDescGZIP() []byte {
return file_api_v2_tag_service_proto_rawDescData
}
var file_api_v2_tag_service_proto_msgTypes = make ( [ ] protoimpl . MessageInfo , 3 )
var file_api_v2_tag_service_proto_msgTypes = make ( [ ] protoimpl . MessageInfo , 7 )
var file_api_v2_tag_service_proto_goTypes = [ ] interface { } {
( * Tag ) ( nil ) , // 0: memos.api.v2.Tag
( * ListTagsRequest ) ( nil ) , // 1: memos.api.v2.ListTagsRequest
( * ListTagsResponse ) ( nil ) , // 2: memos.api.v2.ListTagsResponse
( * UpsertTagRequest ) ( nil ) , // 1: memos.api.v2.UpsertTagRequest
( * UpsertTagResponse ) ( nil ) , // 2: memos.api.v2.UpsertTagResponse
( * ListTagsRequest ) ( nil ) , // 3: memos.api.v2.ListTagsRequest
( * ListTagsResponse ) ( nil ) , // 4: memos.api.v2.ListTagsResponse
( * DeleteTagRequest ) ( nil ) , // 5: memos.api.v2.DeleteTagRequest
( * DeleteTagResponse ) ( nil ) , // 6: memos.api.v2.DeleteTagResponse
}
var file_api_v2_tag_service_proto_depIdxs = [ ] int32 {
0 , // 0: memos.api.v2.ListTagsResponse.tags:type_name -> memos.api.v2.Tag
1 , // 1: memos.api.v2.TagService.ListTags:input_type -> memos.api.v2.ListTagsRequest
2 , // 2: memos.api.v2.TagService.ListTags:output_type -> memos.api.v2.ListTagsResponse
2 , // [2:3] is the sub-list for method output_type
1 , // [1:2] is the sub-list for method input_type
1 , // [1:1] is the sub-list for extension type_name
1 , // [1:1] is the sub-list for extension extendee
0 , // [0:1] is the sub-list for field type_name
0 , // 0: memos.api.v2.UpsertTagResponse.tag:type_name -> memos.api.v2.Tag
0 , // 1: memos.api.v2.ListTagsResponse.tags:type_name -> memos.api.v2.Tag
0 , // 2: memos.api.v2.DeleteTagRequest.tag:type_name -> memos.api.v2.Tag
1 , // 3: memos.api.v2.TagService.UpsertTag:input_type -> memos.api.v2.UpsertTagRequest
3 , // 4: memos.api.v2.TagService.ListTags:input_type -> memos.api.v2.ListTagsRequest
5 , // 5: memos.api.v2.TagService.DeleteTag:input_type -> memos.api.v2.DeleteTagRequest
2 , // 6: memos.api.v2.TagService.UpsertTag:output_type -> memos.api.v2.UpsertTagResponse
4 , // 7: memos.api.v2.TagService.ListTags:output_type -> memos.api.v2.ListTagsResponse
6 , // 8: memos.api.v2.TagService.DeleteTag:output_type -> memos.api.v2.DeleteTagResponse
6 , // [6:9] is the sub-list for method output_type
3 , // [3:6] is the sub-list for method input_type
3 , // [3:3] is the sub-list for extension type_name
3 , // [3:3] is the sub-list for extension extendee
0 , // [0:3] is the sub-list for field type_name
}
func init ( ) { file_api_v2_tag_service_proto_init ( ) }
@ -256,7 +469,7 @@ func file_api_v2_tag_service_proto_init() {
}
}
file_api_v2_tag_service_proto_msgTypes [ 1 ] . Exporter = func ( v interface { } , i int ) interface { } {
switch v := v . ( * ListTags Request) ; i {
switch v := v . ( * UpsertTag Request) ; i {
case 0 :
return & v . state
case 1 :
@ -268,6 +481,30 @@ func file_api_v2_tag_service_proto_init() {
}
}
file_api_v2_tag_service_proto_msgTypes [ 2 ] . Exporter = func ( v interface { } , i int ) interface { } {
switch v := v . ( * UpsertTagResponse ) ; i {
case 0 :
return & v . state
case 1 :
return & v . sizeCache
case 2 :
return & v . unknownFields
default :
return nil
}
}
file_api_v2_tag_service_proto_msgTypes [ 3 ] . Exporter = func ( v interface { } , i int ) interface { } {
switch v := v . ( * ListTagsRequest ) ; i {
case 0 :
return & v . state
case 1 :
return & v . sizeCache
case 2 :
return & v . unknownFields
default :
return nil
}
}
file_api_v2_tag_service_proto_msgTypes [ 4 ] . Exporter = func ( v interface { } , i int ) interface { } {
switch v := v . ( * ListTagsResponse ) ; i {
case 0 :
return & v . state
@ -279,6 +516,30 @@ func file_api_v2_tag_service_proto_init() {
return nil
}
}
file_api_v2_tag_service_proto_msgTypes [ 5 ] . Exporter = func ( v interface { } , i int ) interface { } {
switch v := v . ( * DeleteTagRequest ) ; i {
case 0 :
return & v . state
case 1 :
return & v . sizeCache
case 2 :
return & v . unknownFields
default :
return nil
}
}
file_api_v2_tag_service_proto_msgTypes [ 6 ] . Exporter = func ( v interface { } , i int ) interface { } {
switch v := v . ( * DeleteTagResponse ) ; i {
case 0 :
return & v . state
case 1 :
return & v . sizeCache
case 2 :
return & v . unknownFields
default :
return nil
}
}
}
type x struct { }
out := protoimpl . TypeBuilder {
@ -286,7 +547,7 @@ func file_api_v2_tag_service_proto_init() {
GoPackagePath : reflect . TypeOf ( x { } ) . PkgPath ( ) ,
RawDescriptor : file_api_v2_tag_service_proto_rawDesc ,
NumEnums : 0 ,
NumMessages : 3 ,
NumMessages : 7 ,
NumExtensions : 0 ,
NumServices : 1 ,
} ,