Merged in feature/lint (pull request #87)

Basic Lint Checks

* basic
This commit is contained in:
Michael McGuinness
2025-03-05 12:05:46 +00:00
parent 1232ed528f
commit 0815cb35fb
229 changed files with 487 additions and 193 deletions
+3 -2
View File
@@ -2,11 +2,12 @@ package runner
import (
"context"
queuemock "queryorchestration/mocks/queue"
runnermock "queryorchestration/mocks/runner"
"testing"
"time"
queuemock "queryorchestration/mocks/queue"
runnermock "queryorchestration/mocks/runner"
"github.com/aws/aws-sdk-go-v2/service/sqs"
"github.com/aws/aws-sdk-go-v2/service/sqs/types"
"github.com/stretchr/testify/assert"