Files
query-orchestration/internal/query/test.go
T
Michael McGuinness 788b21594c creatorupdatordeprecate
2025-01-07 13:54:41 +00:00

14 lines
168 B
Go

package query
import (
"context"
)
func (s *Service) Test(ctx context.Context, filters Test) (string, error) {
// TODO
// Sync doc
// Run test
return "", nil
}