Add implementation for folder store methods (#57700)

* Add implementation for folder store methods

* Add Move implementation

* Add back comment and fix query

* Remove Move from store

* Adjust GetChildren

* Fix errutil error declaration and usage

* Add org id to get children query
This commit is contained in:
idafurjes
2022-10-28 15:35:49 +02:00
committed by GitHub
parent 2cd9cbd359
commit 6b483a8dca
4 changed files with 46 additions and 26 deletions
@@ -8,8 +8,6 @@ func TestDelete(t *testing.T) {}
func TestUpdate(t *testing.T) {}
func TestMove(t *testing.T) {}
func TestGet(t *testing.T) {}
func TestGetParent(t *testing.T) {}