mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: move references to memo property
This commit is contained in:
@ -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/workspace_setting_service.proto
|
||||
|
||||
@ -12,6 +12,7 @@ import (
|
||||
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
|
||||
reflect "reflect"
|
||||
sync "sync"
|
||||
unsafe "unsafe"
|
||||
)
|
||||
|
||||
const (
|
||||
@ -756,7 +757,7 @@ func (x *WorkspaceStorageSetting_S3Config) GetUsePathStyle() bool {
|
||||
|
||||
var File_api_v1_workspace_setting_service_proto protoreflect.FileDescriptor
|
||||
|
||||
var file_api_v1_workspace_setting_service_proto_rawDesc = []byte{
|
||||
var file_api_v1_workspace_setting_service_proto_rawDesc = string([]byte{
|
||||
0x0a, 0x26, 0x61, 0x70, 0x69, 0x2f, 0x76, 0x31, 0x2f, 0x77, 0x6f, 0x72, 0x6b, 0x73, 0x70, 0x61,
|
||||
0x63, 0x65, 0x5f, 0x73, 0x65, 0x74, 0x74, 0x69, 0x6e, 0x67, 0x5f, 0x73, 0x65, 0x72, 0x76, 0x69,
|
||||
0x63, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x0c, 0x6d, 0x65, 0x6d, 0x6f, 0x73, 0x2e,
|
||||
@ -940,16 +941,16 @@ var file_api_v1_workspace_setting_service_proto_rawDesc = []byte{
|
||||
0x56, 0x31, 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_workspace_setting_service_proto_rawDescOnce sync.Once
|
||||
file_api_v1_workspace_setting_service_proto_rawDescData = file_api_v1_workspace_setting_service_proto_rawDesc
|
||||
file_api_v1_workspace_setting_service_proto_rawDescData []byte
|
||||
)
|
||||
|
||||
func file_api_v1_workspace_setting_service_proto_rawDescGZIP() []byte {
|
||||
file_api_v1_workspace_setting_service_proto_rawDescOnce.Do(func() {
|
||||
file_api_v1_workspace_setting_service_proto_rawDescData = protoimpl.X.CompressGZIP(file_api_v1_workspace_setting_service_proto_rawDescData)
|
||||
file_api_v1_workspace_setting_service_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_api_v1_workspace_setting_service_proto_rawDesc), len(file_api_v1_workspace_setting_service_proto_rawDesc)))
|
||||
})
|
||||
return file_api_v1_workspace_setting_service_proto_rawDescData
|
||||
}
|
||||
@ -1000,7 +1001,7 @@ func file_api_v1_workspace_setting_service_proto_init() {
|
||||
out := protoimpl.TypeBuilder{
|
||||
File: protoimpl.DescBuilder{
|
||||
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
||||
RawDescriptor: file_api_v1_workspace_setting_service_proto_rawDesc,
|
||||
RawDescriptor: unsafe.Slice(unsafe.StringData(file_api_v1_workspace_setting_service_proto_rawDesc), len(file_api_v1_workspace_setting_service_proto_rawDesc)),
|
||||
NumEnums: 1,
|
||||
NumMessages: 8,
|
||||
NumExtensions: 0,
|
||||
@ -1012,7 +1013,6 @@ func file_api_v1_workspace_setting_service_proto_init() {
|
||||
MessageInfos: file_api_v1_workspace_setting_service_proto_msgTypes,
|
||||
}.Build()
|
||||
File_api_v1_workspace_setting_service_proto = out.File
|
||||
file_api_v1_workspace_setting_service_proto_rawDesc = nil
|
||||
file_api_v1_workspace_setting_service_proto_goTypes = nil
|
||||
file_api_v1_workspace_setting_service_proto_depIdxs = nil
|
||||
}
|
||||
|
Reference in New Issue
Block a user