Preferences: Support Create+Update+Delete over apiserver (#111715)
This commit is contained in:
@@ -121,6 +121,6 @@ func (s *inmemStore) Update(ctx context.Context, preference *pref.Preference) er
|
||||
return nil
|
||||
}
|
||||
|
||||
func (s *inmemStore) DeleteByUser(ctx context.Context, userID int64) error {
|
||||
func (s *inmemStore) Delete(context.Context, *pref.DeleteCommand) error {
|
||||
panic("not yet implemented")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user