Merge pull request #146 from endqwerty/add_clean_func

Add functionality to the Clean Button
This commit is contained in:
Leopere
2019-10-18 02:35:25 -04:00
committed by GitHub
6 changed files with 267 additions and 3 deletions

View File

@@ -28,5 +28,6 @@ func (r *queryResolver) MetadataGenerate(ctx context.Context, input models.Gener
}
func (r *queryResolver) MetadataClean(ctx context.Context) (string, error) {
panic("not implemented")
manager.GetInstance().Clean()
return "todo", nil
}