mirror of
https://github.com/usememos/memos.git
synced 2025-10-27 14:56:30 +08:00
9 lines
140 B
Protocol Buffer
9 lines
140 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
package memos.store;
|
|
|
|
option go_package = "gen/store";
|
|
|
|
enum SystemSettingKey {
|
|
SYSTEM_SETTING_KEY_UNSPECIFIED = 0;
|
|
}
|