some file moving and struct renaming (#57686)

This commit is contained in:
Kristin Laemmert
2022-10-26 11:52:01 -04:00
committed by GitHub
parent 8917bd57e6
commit 6c982e5b71
7 changed files with 84 additions and 80 deletions
@@ -0,0 +1,21 @@
package folderimpl
import "testing"
func TestCreate(t *testing.T) {}
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) {}
func TestGetParents(t *testing.T) {}
func TestGetChildren(t *testing.T) {}
func TestGetDescendents(t *testing.T) {}