Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
canifa_note
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Vũ Hoàng Anh
canifa_note
Commits
1258c5a5
Commit
1258c5a5
authored
Jan 06, 2024
by
Steven
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: update workspace setting proto
parent
83141f9b
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
284 additions
and
174 deletions
+284
-174
README.md
proto/gen/store/README.md
+49
-30
system_setting.pb.go
proto/gen/store/system_setting.pb.go
+0
-135
workspace_setting.pb.go
proto/gen/store/workspace_setting.pb.go
+219
-0
system_setting.proto
proto/store/system_setting.proto
+0
-9
workspace_setting.proto
proto/store/workspace_setting.proto
+16
-0
No files found.
proto/gen/store/README.md
View file @
1258c5a5
...
@@ -16,9 +16,6 @@
...
@@ -16,9 +16,6 @@
-
[
InboxMessage.Type
](
#memos-store-InboxMessage-Type
)
-
[
InboxMessage.Type
](
#memos-store-InboxMessage-Type
)
-
[
store/system_setting.proto
](
#store_system_setting-proto
)
-
[
SystemSettingKey
](
#memos-store-SystemSettingKey
)
-
[
store/user_setting.proto
](
#store_user_setting-proto
)
-
[
store/user_setting.proto
](
#store_user_setting-proto
)
-
[
AccessTokensUserSetting
](
#memos-store-AccessTokensUserSetting
)
-
[
AccessTokensUserSetting
](
#memos-store-AccessTokensUserSetting
)
-
[
AccessTokensUserSetting.AccessToken
](
#memos-store-AccessTokensUserSetting-AccessToken
)
-
[
AccessTokensUserSetting.AccessToken
](
#memos-store-AccessTokensUserSetting-AccessToken
)
...
@@ -29,6 +26,11 @@
...
@@ -29,6 +26,11 @@
-
[
store/webhook.proto
](
#store_webhook-proto
)
-
[
store/webhook.proto
](
#store_webhook-proto
)
-
[
Webhook
](
#memos-store-Webhook
)
-
[
Webhook
](
#memos-store-Webhook
)
-
[
store/workspace_setting.proto
](
#store_workspace_setting-proto
)
-
[
WorkspaceProfileSetting
](
#memos-store-WorkspaceProfileSetting
)
-
[
WorkspaceSettingKey
](
#memos-store-WorkspaceSettingKey
)
-
[
Scalar Value Types
](
#scalar-value-types
)
-
[
Scalar Value Types
](
#scalar-value-types
)
...
@@ -170,33 +172,6 @@
...
@@ -170,33 +172,6 @@
<a
name=
"store_system_setting-proto"
></a>
<p
align=
"right"
><a
href=
"#top"
>
Top
</a></p>
## store/system_setting.proto
<a
name=
"memos-store-SystemSettingKey"
></a>
### SystemSettingKey
| Name | Number | Description |
| ---- | ------ | ----------- |
| SYSTEM_SETTING_KEY_UNSPECIFIED | 0 | |
<a
name=
"store_user_setting-proto"
></a>
<a
name=
"store_user_setting-proto"
></a>
<p
align=
"right"
><a
href=
"#top"
>
Top
</a></p>
<p
align=
"right"
><a
href=
"#top"
>
Top
</a></p>
...
@@ -318,6 +293,50 @@
...
@@ -318,6 +293,50 @@
<a
name=
"store_workspace_setting-proto"
></a>
<p
align=
"right"
><a
href=
"#top"
>
Top
</a></p>
## store/workspace_setting.proto
<a
name=
"memos-store-WorkspaceProfileSetting"
></a>
### WorkspaceProfileSetting
| Field | Type | Label | Description |
| ----- | ---- | ----- | ----------- |
| instance_url |
[
string
](
#string
)
| | |
| disallow_signup |
[
bool
](
#bool
)
| | |
<a
name=
"memos-store-WorkspaceSettingKey"
></a>
### WorkspaceSettingKey
| Name | Number | Description |
| ---- | ------ | ----------- |
| WORKSPACE_SETTING_KEY_UNSPECIFIED | 0 | |
| WORKSPACE_SETTING_PROFILE | 1 | |
## Scalar Value Types
## Scalar Value Types
| .proto Type | Notes | C++ | Java | Python | Go | C# | PHP | Ruby |
| .proto Type | Notes | C++ | Java | Python | Go | C# | PHP | Ruby |
...
...
proto/gen/store/system_setting.pb.go
deleted
100644 → 0
View file @
83141f9b
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.31.0
// protoc (unknown)
// source: store/system_setting.proto
package
store
import
(
protoreflect
"google.golang.org/protobuf/reflect/protoreflect"
protoimpl
"google.golang.org/protobuf/runtime/protoimpl"
reflect
"reflect"
sync
"sync"
)
const
(
// Verify that this generated code is sufficiently up-to-date.
_
=
protoimpl
.
EnforceVersion
(
20
-
protoimpl
.
MinVersion
)
// Verify that runtime/protoimpl is sufficiently up-to-date.
_
=
protoimpl
.
EnforceVersion
(
protoimpl
.
MaxVersion
-
20
)
)
type
SystemSettingKey
int32
const
(
SystemSettingKey_SYSTEM_SETTING_KEY_UNSPECIFIED
SystemSettingKey
=
0
)
// Enum value maps for SystemSettingKey.
var
(
SystemSettingKey_name
=
map
[
int32
]
string
{
0
:
"SYSTEM_SETTING_KEY_UNSPECIFIED"
,
}
SystemSettingKey_value
=
map
[
string
]
int32
{
"SYSTEM_SETTING_KEY_UNSPECIFIED"
:
0
,
}
)
func
(
x
SystemSettingKey
)
Enum
()
*
SystemSettingKey
{
p
:=
new
(
SystemSettingKey
)
*
p
=
x
return
p
}
func
(
x
SystemSettingKey
)
String
()
string
{
return
protoimpl
.
X
.
EnumStringOf
(
x
.
Descriptor
(),
protoreflect
.
EnumNumber
(
x
))
}
func
(
SystemSettingKey
)
Descriptor
()
protoreflect
.
EnumDescriptor
{
return
file_store_system_setting_proto_enumTypes
[
0
]
.
Descriptor
()
}
func
(
SystemSettingKey
)
Type
()
protoreflect
.
EnumType
{
return
&
file_store_system_setting_proto_enumTypes
[
0
]
}
func
(
x
SystemSettingKey
)
Number
()
protoreflect
.
EnumNumber
{
return
protoreflect
.
EnumNumber
(
x
)
}
// Deprecated: Use SystemSettingKey.Descriptor instead.
func
(
SystemSettingKey
)
EnumDescriptor
()
([]
byte
,
[]
int
)
{
return
file_store_system_setting_proto_rawDescGZIP
(),
[]
int
{
0
}
}
var
File_store_system_setting_proto
protoreflect
.
FileDescriptor
var
file_store_system_setting_proto_rawDesc
=
[]
byte
{
0x0a
,
0x1a
,
0x73
,
0x74
,
0x6f
,
0x72
,
0x65
,
0x2f
,
0x73
,
0x79
,
0x73
,
0x74
,
0x65
,
0x6d
,
0x5f
,
0x73
,
0x65
,
0x74
,
0x74
,
0x69
,
0x6e
,
0x67
,
0x2e
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x12
,
0x0b
,
0x6d
,
0x65
,
0x6d
,
0x6f
,
0x73
,
0x2e
,
0x73
,
0x74
,
0x6f
,
0x72
,
0x65
,
0x2a
,
0x36
,
0x0a
,
0x10
,
0x53
,
0x79
,
0x73
,
0x74
,
0x65
,
0x6d
,
0x53
,
0x65
,
0x74
,
0x74
,
0x69
,
0x6e
,
0x67
,
0x4b
,
0x65
,
0x79
,
0x12
,
0x22
,
0x0a
,
0x1e
,
0x53
,
0x59
,
0x53
,
0x54
,
0x45
,
0x4d
,
0x5f
,
0x53
,
0x45
,
0x54
,
0x54
,
0x49
,
0x4e
,
0x47
,
0x5f
,
0x4b
,
0x45
,
0x59
,
0x5f
,
0x55
,
0x4e
,
0x53
,
0x50
,
0x45
,
0x43
,
0x49
,
0x46
,
0x49
,
0x45
,
0x44
,
0x10
,
0x00
,
0x42
,
0x9d
,
0x01
,
0x0a
,
0x0f
,
0x63
,
0x6f
,
0x6d
,
0x2e
,
0x6d
,
0x65
,
0x6d
,
0x6f
,
0x73
,
0x2e
,
0x73
,
0x74
,
0x6f
,
0x72
,
0x65
,
0x42
,
0x12
,
0x53
,
0x79
,
0x73
,
0x74
,
0x65
,
0x6d
,
0x53
,
0x65
,
0x74
,
0x74
,
0x69
,
0x6e
,
0x67
,
0x50
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x50
,
0x01
,
0x5a
,
0x29
,
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
,
0x73
,
0x74
,
0x6f
,
0x72
,
0x65
,
0xa2
,
0x02
,
0x03
,
0x4d
,
0x53
,
0x58
,
0xaa
,
0x02
,
0x0b
,
0x4d
,
0x65
,
0x6d
,
0x6f
,
0x73
,
0x2e
,
0x53
,
0x74
,
0x6f
,
0x72
,
0x65
,
0xca
,
0x02
,
0x0b
,
0x4d
,
0x65
,
0x6d
,
0x6f
,
0x73
,
0x5c
,
0x53
,
0x74
,
0x6f
,
0x72
,
0x65
,
0xe2
,
0x02
,
0x17
,
0x4d
,
0x65
,
0x6d
,
0x6f
,
0x73
,
0x5c
,
0x53
,
0x74
,
0x6f
,
0x72
,
0x65
,
0x5c
,
0x47
,
0x50
,
0x42
,
0x4d
,
0x65
,
0x74
,
0x61
,
0x64
,
0x61
,
0x74
,
0x61
,
0xea
,
0x02
,
0x0c
,
0x4d
,
0x65
,
0x6d
,
0x6f
,
0x73
,
0x3a
,
0x3a
,
0x53
,
0x74
,
0x6f
,
0x72
,
0x65
,
0x62
,
0x06
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x33
,
}
var
(
file_store_system_setting_proto_rawDescOnce
sync
.
Once
file_store_system_setting_proto_rawDescData
=
file_store_system_setting_proto_rawDesc
)
func
file_store_system_setting_proto_rawDescGZIP
()
[]
byte
{
file_store_system_setting_proto_rawDescOnce
.
Do
(
func
()
{
file_store_system_setting_proto_rawDescData
=
protoimpl
.
X
.
CompressGZIP
(
file_store_system_setting_proto_rawDescData
)
})
return
file_store_system_setting_proto_rawDescData
}
var
file_store_system_setting_proto_enumTypes
=
make
([]
protoimpl
.
EnumInfo
,
1
)
var
file_store_system_setting_proto_goTypes
=
[]
interface
{}{
(
SystemSettingKey
)(
0
),
// 0: memos.store.SystemSettingKey
}
var
file_store_system_setting_proto_depIdxs
=
[]
int32
{
0
,
// [0:0] is the sub-list for method output_type
0
,
// [0:0] is the sub-list for method input_type
0
,
// [0:0] is the sub-list for extension type_name
0
,
// [0:0] is the sub-list for extension extendee
0
,
// [0:0] is the sub-list for field type_name
}
func
init
()
{
file_store_system_setting_proto_init
()
}
func
file_store_system_setting_proto_init
()
{
if
File_store_system_setting_proto
!=
nil
{
return
}
type
x
struct
{}
out
:=
protoimpl
.
TypeBuilder
{
File
:
protoimpl
.
DescBuilder
{
GoPackagePath
:
reflect
.
TypeOf
(
x
{})
.
PkgPath
(),
RawDescriptor
:
file_store_system_setting_proto_rawDesc
,
NumEnums
:
1
,
NumMessages
:
0
,
NumExtensions
:
0
,
NumServices
:
0
,
},
GoTypes
:
file_store_system_setting_proto_goTypes
,
DependencyIndexes
:
file_store_system_setting_proto_depIdxs
,
EnumInfos
:
file_store_system_setting_proto_enumTypes
,
}
.
Build
()
File_store_system_setting_proto
=
out
.
File
file_store_system_setting_proto_rawDesc
=
nil
file_store_system_setting_proto_goTypes
=
nil
file_store_system_setting_proto_depIdxs
=
nil
}
proto/gen/store/workspace_setting.pb.go
0 → 100644
View file @
1258c5a5
// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.31.0
// protoc (unknown)
// source: store/workspace_setting.proto
package
store
import
(
protoreflect
"google.golang.org/protobuf/reflect/protoreflect"
protoimpl
"google.golang.org/protobuf/runtime/protoimpl"
reflect
"reflect"
sync
"sync"
)
const
(
// Verify that this generated code is sufficiently up-to-date.
_
=
protoimpl
.
EnforceVersion
(
20
-
protoimpl
.
MinVersion
)
// Verify that runtime/protoimpl is sufficiently up-to-date.
_
=
protoimpl
.
EnforceVersion
(
protoimpl
.
MaxVersion
-
20
)
)
type
WorkspaceSettingKey
int32
const
(
WorkspaceSettingKey_WORKSPACE_SETTING_KEY_UNSPECIFIED
WorkspaceSettingKey
=
0
WorkspaceSettingKey_WORKSPACE_SETTING_PROFILE
WorkspaceSettingKey
=
1
)
// Enum value maps for WorkspaceSettingKey.
var
(
WorkspaceSettingKey_name
=
map
[
int32
]
string
{
0
:
"WORKSPACE_SETTING_KEY_UNSPECIFIED"
,
1
:
"WORKSPACE_SETTING_PROFILE"
,
}
WorkspaceSettingKey_value
=
map
[
string
]
int32
{
"WORKSPACE_SETTING_KEY_UNSPECIFIED"
:
0
,
"WORKSPACE_SETTING_PROFILE"
:
1
,
}
)
func
(
x
WorkspaceSettingKey
)
Enum
()
*
WorkspaceSettingKey
{
p
:=
new
(
WorkspaceSettingKey
)
*
p
=
x
return
p
}
func
(
x
WorkspaceSettingKey
)
String
()
string
{
return
protoimpl
.
X
.
EnumStringOf
(
x
.
Descriptor
(),
protoreflect
.
EnumNumber
(
x
))
}
func
(
WorkspaceSettingKey
)
Descriptor
()
protoreflect
.
EnumDescriptor
{
return
file_store_workspace_setting_proto_enumTypes
[
0
]
.
Descriptor
()
}
func
(
WorkspaceSettingKey
)
Type
()
protoreflect
.
EnumType
{
return
&
file_store_workspace_setting_proto_enumTypes
[
0
]
}
func
(
x
WorkspaceSettingKey
)
Number
()
protoreflect
.
EnumNumber
{
return
protoreflect
.
EnumNumber
(
x
)
}
// Deprecated: Use WorkspaceSettingKey.Descriptor instead.
func
(
WorkspaceSettingKey
)
EnumDescriptor
()
([]
byte
,
[]
int
)
{
return
file_store_workspace_setting_proto_rawDescGZIP
(),
[]
int
{
0
}
}
type
WorkspaceProfileSetting
struct
{
state
protoimpl
.
MessageState
sizeCache
protoimpl
.
SizeCache
unknownFields
protoimpl
.
UnknownFields
InstanceUrl
string
`protobuf:"bytes,1,opt,name=instance_url,json=instanceUrl,proto3" json:"instance_url,omitempty"`
DisallowSignup
bool
`protobuf:"varint,2,opt,name=disallow_signup,json=disallowSignup,proto3" json:"disallow_signup,omitempty"`
}
func
(
x
*
WorkspaceProfileSetting
)
Reset
()
{
*
x
=
WorkspaceProfileSetting
{}
if
protoimpl
.
UnsafeEnabled
{
mi
:=
&
file_store_workspace_setting_proto_msgTypes
[
0
]
ms
:=
protoimpl
.
X
.
MessageStateOf
(
protoimpl
.
Pointer
(
x
))
ms
.
StoreMessageInfo
(
mi
)
}
}
func
(
x
*
WorkspaceProfileSetting
)
String
()
string
{
return
protoimpl
.
X
.
MessageStringOf
(
x
)
}
func
(
*
WorkspaceProfileSetting
)
ProtoMessage
()
{}
func
(
x
*
WorkspaceProfileSetting
)
ProtoReflect
()
protoreflect
.
Message
{
mi
:=
&
file_store_workspace_setting_proto_msgTypes
[
0
]
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 WorkspaceProfileSetting.ProtoReflect.Descriptor instead.
func
(
*
WorkspaceProfileSetting
)
Descriptor
()
([]
byte
,
[]
int
)
{
return
file_store_workspace_setting_proto_rawDescGZIP
(),
[]
int
{
0
}
}
func
(
x
*
WorkspaceProfileSetting
)
GetInstanceUrl
()
string
{
if
x
!=
nil
{
return
x
.
InstanceUrl
}
return
""
}
func
(
x
*
WorkspaceProfileSetting
)
GetDisallowSignup
()
bool
{
if
x
!=
nil
{
return
x
.
DisallowSignup
}
return
false
}
var
File_store_workspace_setting_proto
protoreflect
.
FileDescriptor
var
file_store_workspace_setting_proto_rawDesc
=
[]
byte
{
0x0a
,
0x1d
,
0x73
,
0x74
,
0x6f
,
0x72
,
0x65
,
0x2f
,
0x77
,
0x6f
,
0x72
,
0x6b
,
0x73
,
0x70
,
0x61
,
0x63
,
0x65
,
0x5f
,
0x73
,
0x65
,
0x74
,
0x74
,
0x69
,
0x6e
,
0x67
,
0x2e
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x12
,
0x0b
,
0x6d
,
0x65
,
0x6d
,
0x6f
,
0x73
,
0x2e
,
0x73
,
0x74
,
0x6f
,
0x72
,
0x65
,
0x22
,
0x65
,
0x0a
,
0x17
,
0x57
,
0x6f
,
0x72
,
0x6b
,
0x73
,
0x70
,
0x61
,
0x63
,
0x65
,
0x50
,
0x72
,
0x6f
,
0x66
,
0x69
,
0x6c
,
0x65
,
0x53
,
0x65
,
0x74
,
0x74
,
0x69
,
0x6e
,
0x67
,
0x12
,
0x21
,
0x0a
,
0x0c
,
0x69
,
0x6e
,
0x73
,
0x74
,
0x61
,
0x6e
,
0x63
,
0x65
,
0x5f
,
0x75
,
0x72
,
0x6c
,
0x18
,
0x01
,
0x20
,
0x01
,
0x28
,
0x09
,
0x52
,
0x0b
,
0x69
,
0x6e
,
0x73
,
0x74
,
0x61
,
0x6e
,
0x63
,
0x65
,
0x55
,
0x72
,
0x6c
,
0x12
,
0x27
,
0x0a
,
0x0f
,
0x64
,
0x69
,
0x73
,
0x61
,
0x6c
,
0x6c
,
0x6f
,
0x77
,
0x5f
,
0x73
,
0x69
,
0x67
,
0x6e
,
0x75
,
0x70
,
0x18
,
0x02
,
0x20
,
0x01
,
0x28
,
0x08
,
0x52
,
0x0e
,
0x64
,
0x69
,
0x73
,
0x61
,
0x6c
,
0x6c
,
0x6f
,
0x77
,
0x53
,
0x69
,
0x67
,
0x6e
,
0x75
,
0x70
,
0x2a
,
0x5b
,
0x0a
,
0x13
,
0x57
,
0x6f
,
0x72
,
0x6b
,
0x73
,
0x70
,
0x61
,
0x63
,
0x65
,
0x53
,
0x65
,
0x74
,
0x74
,
0x69
,
0x6e
,
0x67
,
0x4b
,
0x65
,
0x79
,
0x12
,
0x25
,
0x0a
,
0x21
,
0x57
,
0x4f
,
0x52
,
0x4b
,
0x53
,
0x50
,
0x41
,
0x43
,
0x45
,
0x5f
,
0x53
,
0x45
,
0x54
,
0x54
,
0x49
,
0x4e
,
0x47
,
0x5f
,
0x4b
,
0x45
,
0x59
,
0x5f
,
0x55
,
0x4e
,
0x53
,
0x50
,
0x45
,
0x43
,
0x49
,
0x46
,
0x49
,
0x45
,
0x44
,
0x10
,
0x00
,
0x12
,
0x1d
,
0x0a
,
0x19
,
0x57
,
0x4f
,
0x52
,
0x4b
,
0x53
,
0x50
,
0x41
,
0x43
,
0x45
,
0x5f
,
0x53
,
0x45
,
0x54
,
0x54
,
0x49
,
0x4e
,
0x47
,
0x5f
,
0x50
,
0x52
,
0x4f
,
0x46
,
0x49
,
0x4c
,
0x45
,
0x10
,
0x01
,
0x42
,
0xa0
,
0x01
,
0x0a
,
0x0f
,
0x63
,
0x6f
,
0x6d
,
0x2e
,
0x6d
,
0x65
,
0x6d
,
0x6f
,
0x73
,
0x2e
,
0x73
,
0x74
,
0x6f
,
0x72
,
0x65
,
0x42
,
0x15
,
0x57
,
0x6f
,
0x72
,
0x6b
,
0x73
,
0x70
,
0x61
,
0x63
,
0x65
,
0x53
,
0x65
,
0x74
,
0x74
,
0x69
,
0x6e
,
0x67
,
0x50
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x50
,
0x01
,
0x5a
,
0x29
,
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
,
0x73
,
0x74
,
0x6f
,
0x72
,
0x65
,
0xa2
,
0x02
,
0x03
,
0x4d
,
0x53
,
0x58
,
0xaa
,
0x02
,
0x0b
,
0x4d
,
0x65
,
0x6d
,
0x6f
,
0x73
,
0x2e
,
0x53
,
0x74
,
0x6f
,
0x72
,
0x65
,
0xca
,
0x02
,
0x0b
,
0x4d
,
0x65
,
0x6d
,
0x6f
,
0x73
,
0x5c
,
0x53
,
0x74
,
0x6f
,
0x72
,
0x65
,
0xe2
,
0x02
,
0x17
,
0x4d
,
0x65
,
0x6d
,
0x6f
,
0x73
,
0x5c
,
0x53
,
0x74
,
0x6f
,
0x72
,
0x65
,
0x5c
,
0x47
,
0x50
,
0x42
,
0x4d
,
0x65
,
0x74
,
0x61
,
0x64
,
0x61
,
0x74
,
0x61
,
0xea
,
0x02
,
0x0c
,
0x4d
,
0x65
,
0x6d
,
0x6f
,
0x73
,
0x3a
,
0x3a
,
0x53
,
0x74
,
0x6f
,
0x72
,
0x65
,
0x62
,
0x06
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x33
,
}
var
(
file_store_workspace_setting_proto_rawDescOnce
sync
.
Once
file_store_workspace_setting_proto_rawDescData
=
file_store_workspace_setting_proto_rawDesc
)
func
file_store_workspace_setting_proto_rawDescGZIP
()
[]
byte
{
file_store_workspace_setting_proto_rawDescOnce
.
Do
(
func
()
{
file_store_workspace_setting_proto_rawDescData
=
protoimpl
.
X
.
CompressGZIP
(
file_store_workspace_setting_proto_rawDescData
)
})
return
file_store_workspace_setting_proto_rawDescData
}
var
file_store_workspace_setting_proto_enumTypes
=
make
([]
protoimpl
.
EnumInfo
,
1
)
var
file_store_workspace_setting_proto_msgTypes
=
make
([]
protoimpl
.
MessageInfo
,
1
)
var
file_store_workspace_setting_proto_goTypes
=
[]
interface
{}{
(
WorkspaceSettingKey
)(
0
),
// 0: memos.store.WorkspaceSettingKey
(
*
WorkspaceProfileSetting
)(
nil
),
// 1: memos.store.WorkspaceProfileSetting
}
var
file_store_workspace_setting_proto_depIdxs
=
[]
int32
{
0
,
// [0:0] is the sub-list for method output_type
0
,
// [0:0] is the sub-list for method input_type
0
,
// [0:0] is the sub-list for extension type_name
0
,
// [0:0] is the sub-list for extension extendee
0
,
// [0:0] is the sub-list for field type_name
}
func
init
()
{
file_store_workspace_setting_proto_init
()
}
func
file_store_workspace_setting_proto_init
()
{
if
File_store_workspace_setting_proto
!=
nil
{
return
}
if
!
protoimpl
.
UnsafeEnabled
{
file_store_workspace_setting_proto_msgTypes
[
0
]
.
Exporter
=
func
(
v
interface
{},
i
int
)
interface
{}
{
switch
v
:=
v
.
(
*
WorkspaceProfileSetting
);
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
{
File
:
protoimpl
.
DescBuilder
{
GoPackagePath
:
reflect
.
TypeOf
(
x
{})
.
PkgPath
(),
RawDescriptor
:
file_store_workspace_setting_proto_rawDesc
,
NumEnums
:
1
,
NumMessages
:
1
,
NumExtensions
:
0
,
NumServices
:
0
,
},
GoTypes
:
file_store_workspace_setting_proto_goTypes
,
DependencyIndexes
:
file_store_workspace_setting_proto_depIdxs
,
EnumInfos
:
file_store_workspace_setting_proto_enumTypes
,
MessageInfos
:
file_store_workspace_setting_proto_msgTypes
,
}
.
Build
()
File_store_workspace_setting_proto
=
out
.
File
file_store_workspace_setting_proto_rawDesc
=
nil
file_store_workspace_setting_proto_goTypes
=
nil
file_store_workspace_setting_proto_depIdxs
=
nil
}
proto/store/system_setting.proto
deleted
100644 → 0
View file @
83141f9b
syntax
=
"proto3"
;
package
memos
.
store
;
option
go_package
=
"gen/store"
;
enum
SystemSettingKey
{
SYSTEM_SETTING_KEY_UNSPECIFIED
=
0
;
}
proto/store/workspace_setting.proto
0 → 100644
View file @
1258c5a5
syntax
=
"proto3"
;
package
memos
.
store
;
option
go_package
=
"gen/store"
;
enum
WorkspaceSettingKey
{
WORKSPACE_SETTING_KEY_UNSPECIFIED
=
0
;
WORKSPACE_SETTING_PROFILE
=
1
;
}
message
WorkspaceProfileSetting
{
string
instance_url
=
1
;
bool
disallow_signup
=
2
;
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment