feat: implement memo relation store (#1598)

* feat: implement memo relation store

* chore: update
This commit is contained in:
boojack
2023-04-25 23:27:38 +08:00
committed by GitHub
parent 7776a6b7c6
commit fab8a71fd2
4 changed files with 250 additions and 1 deletions

View File

@@ -25,7 +25,7 @@ func getUnusedPort() int {
func GetTestingProfile(t *testing.T) *profile.Profile {
// Get a temporary directory for the test data.
dir := t.TempDir()
mode := "prod"
mode := "dev"
port := getUnusedPort()
return &profile.Profile{
Mode: mode,