Merged in feature/jobcrud (pull request #35)

Job CRUD + Collector Integration

* startedcreate

* openapispec

* createjobintegration

* jobgetcontroller

* jobcreateclient

* updatejob

* job

* collector
This commit is contained in:
Michael McGuinness
2025-01-24 14:52:56 +00:00
parent 5b7160fe44
commit 4ec1d51a12
40 changed files with 1775 additions and 403 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ func TestExportState(t *testing.T) {
cons := queryservice.NewControllers(validator.New(), &queryservice.Services{})
id := uuid.NewString()
id := uuid.New()
err := cons.ExportState(ctx, id)
assert.Nil(t, err)