Preferences: Support Create+Update+Delete over apiserver (#111715)

This commit is contained in:
Ryan McKinley
2025-10-02 21:58:08 +03:00
committed by GitHub
parent 5a5aac1d6b
commit 0af6efb096
20 changed files with 969 additions and 177 deletions
@@ -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")
}