mirror of
https://github.com/aykhans/slash-e.git
synced 2025-07-04 20:28:00 +00:00
chore: remove unused workspace settings
This commit is contained in:
@ -37,8 +37,6 @@ message WorkspaceProfile {
|
||||
bool enable_signup = 4;
|
||||
// The custom style.
|
||||
string custom_style = 5;
|
||||
// The custom script.
|
||||
string custom_script = 6;
|
||||
// The url of custom favicon provider.
|
||||
string favicon_provider = 7;
|
||||
// The owner name.
|
||||
@ -54,27 +52,12 @@ message WorkspaceSetting {
|
||||
string instance_url = 3;
|
||||
// The custom style.
|
||||
string custom_style = 4;
|
||||
// The custom script.
|
||||
string custom_script = 5;
|
||||
// The auto backup setting. (Unimplemented)
|
||||
AutoBackupWorkspaceSetting auto_backup = 6;
|
||||
// The default visibility of shortcuts and collections.
|
||||
Visibility default_visibility = 7;
|
||||
// The url of custom favicon provider.
|
||||
string favicon_provider = 8;
|
||||
}
|
||||
|
||||
message AutoBackupWorkspaceSetting {
|
||||
// Whether auto backup is enabled.
|
||||
bool enabled = 1;
|
||||
// The cron expression for auto backup.
|
||||
// For example, "0 0 0 * * *" means backup at 00:00:00 every day.
|
||||
// See https://en.wikipedia.org/wiki/Cron for more details.
|
||||
string cron_expression = 2;
|
||||
// The maximum number of backups to keep.
|
||||
int32 max_keep = 3;
|
||||
}
|
||||
|
||||
message GetWorkspaceProfileRequest {}
|
||||
|
||||
message GetWorkspaceProfileResponse {
|
||||
|
Reference in New Issue
Block a user