mirror of
https://github.com/aykhans/slash-e.git
synced 2025-07-03 20:21:40 +00:00
refactor: workspace setting definitions
This commit is contained in:
@ -48,4 +48,5 @@ type Driver interface {
|
||||
// WorkspaceSetting model related methods.
|
||||
UpsertWorkspaceSetting(ctx context.Context, upsert *storepb.WorkspaceSetting) (*storepb.WorkspaceSetting, error)
|
||||
ListWorkspaceSettings(ctx context.Context, find *FindWorkspaceSetting) ([]*storepb.WorkspaceSetting, error)
|
||||
DeleteWorkspaceSetting(ctx context.Context, key storepb.WorkspaceSettingKey) error
|
||||
}
|
||||
|
Reference in New Issue
Block a user