creatorupdatordeprecate

This commit is contained in:
Michael McGuinness
2025-01-03 13:41:07 +00:00
parent 0ac156f0e1
commit 788b21594c
36 changed files with 545 additions and 226 deletions
+13
View File
@@ -0,0 +1,13 @@
package query
import (
"context"
)
func (s *Service) Test(ctx context.Context, filters Test) (string, error) {
// TODO
// Sync doc
// Run test
return "", nil
}