mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
feat: add public flag instead of system setting to enable signup (#3589)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// Code generated by protoc-gen-go. DO NOT EDIT.
|
||||
// versions:
|
||||
// protoc-gen-go v1.34.1
|
||||
// protoc-gen-go v1.34.2
|
||||
// protoc (unknown)
|
||||
// source: store/memo.proto
|
||||
|
||||
@@ -193,7 +193,7 @@ func file_store_memo_proto_rawDescGZIP() []byte {
|
||||
}
|
||||
|
||||
var file_store_memo_proto_msgTypes = make([]protoimpl.MessageInfo, 2)
|
||||
var file_store_memo_proto_goTypes = []interface{}{
|
||||
var file_store_memo_proto_goTypes = []any{
|
||||
(*MemoPayload)(nil), // 0: memos.store.MemoPayload
|
||||
(*MemoPayload_Property)(nil), // 1: memos.store.MemoPayload.Property
|
||||
}
|
||||
@@ -212,7 +212,7 @@ func file_store_memo_proto_init() {
|
||||
return
|
||||
}
|
||||
if !protoimpl.UnsafeEnabled {
|
||||
file_store_memo_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_store_memo_proto_msgTypes[0].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*MemoPayload); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
@@ -224,7 +224,7 @@ func file_store_memo_proto_init() {
|
||||
return nil
|
||||
}
|
||||
}
|
||||
file_store_memo_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
|
||||
file_store_memo_proto_msgTypes[1].Exporter = func(v any, i int) any {
|
||||
switch v := v.(*MemoPayload_Property); i {
|
||||
case 0:
|
||||
return &v.state
|
||||
|
Reference in New Issue
Block a user