chore: move references to memo property

This commit is contained in:
johnnyjoy
2025-01-31 14:18:07 +08:00
parent 3fa690964e
commit 2058a8ab7b
27 changed files with 233 additions and 280 deletions

View File

@ -1,6 +1,6 @@
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.36.3
// protoc-gen-go v1.36.4
// protoc (unknown)
// source: api/v1/memo_relation_service.proto
@ -12,6 +12,7 @@ import (
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
reflect "reflect"
sync "sync"
unsafe "unsafe"
)
const (
@ -199,7 +200,7 @@ func (x *MemoRelation_Memo) GetSnippet() string {
var File_api_v1_memo_relation_service_proto protoreflect.FileDescriptor
var file_api_v1_memo_relation_service_proto_rawDesc = []byte{
var file_api_v1_memo_relation_service_proto_rawDesc = string([]byte{
0x0a, 0x22, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x31, 0x2f, 0x6d, 0x65, 0x6d, 0x6f, 0x5f, 0x72, 0x65,
0x6c, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x2e, 0x70,
0x72, 0x6f, 0x74, 0x6f, 0x12, 0x0c, 0x6d, 0x65, 0x6d, 0x6f, 0x73, 0x2e, 0x61, 0x70, 0x69, 0x2e,
@ -238,16 +239,16 @@ var file_api_v1_memo_relation_service_proto_rawDesc = []byte{
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, 0x31, 0x62, 0x06, 0x70,
0x72, 0x6f, 0x74, 0x6f, 0x33,
}
})
var (
file_api_v1_memo_relation_service_proto_rawDescOnce sync.Once
file_api_v1_memo_relation_service_proto_rawDescData = file_api_v1_memo_relation_service_proto_rawDesc
file_api_v1_memo_relation_service_proto_rawDescData []byte
)
func file_api_v1_memo_relation_service_proto_rawDescGZIP() []byte {
file_api_v1_memo_relation_service_proto_rawDescOnce.Do(func() {
file_api_v1_memo_relation_service_proto_rawDescData = protoimpl.X.CompressGZIP(file_api_v1_memo_relation_service_proto_rawDescData)
file_api_v1_memo_relation_service_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_api_v1_memo_relation_service_proto_rawDesc), len(file_api_v1_memo_relation_service_proto_rawDesc)))
})
return file_api_v1_memo_relation_service_proto_rawDescData
}
@ -279,7 +280,7 @@ func file_api_v1_memo_relation_service_proto_init() {
out := protoimpl.TypeBuilder{
File: protoimpl.DescBuilder{
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
RawDescriptor: file_api_v1_memo_relation_service_proto_rawDesc,
RawDescriptor: unsafe.Slice(unsafe.StringData(file_api_v1_memo_relation_service_proto_rawDesc), len(file_api_v1_memo_relation_service_proto_rawDesc)),
NumEnums: 1,
NumMessages: 2,
NumExtensions: 0,
@ -291,7 +292,6 @@ func file_api_v1_memo_relation_service_proto_init() {
MessageInfos: file_api_v1_memo_relation_service_proto_msgTypes,
}.Build()
File_api_v1_memo_relation_service_proto = out.File
file_api_v1_memo_relation_service_proto_rawDesc = nil
file_api_v1_memo_relation_service_proto_goTypes = nil
file_api_v1_memo_relation_service_proto_depIdxs = nil
}