creatorupdatordeprecate
This commit is contained in:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user