Preferences: Support Create+Update+Delete over apiserver (#111715)
This commit is contained in:
@@ -12,5 +12,5 @@ type store interface {
|
||||
// Insert adds a new preference and returns its sequential ID
|
||||
Insert(context.Context, *pref.Preference) (int64, error)
|
||||
Update(context.Context, *pref.Preference) error
|
||||
DeleteByUser(context.Context, int64) error
|
||||
Delete(context.Context, *pref.DeleteCommand) error
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user