Merged in feature/collectorset (pull request #96)

Set Collector

* set
This commit is contained in:
Michael McGuinness
2025-03-10 13:00:57 +00:00
parent 62886dbba8
commit ed8cfbbee4
35 changed files with 430 additions and 783 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ func TestGet(t *testing.T) {
cfg.DBPool = pool
cfg.DBQueries = repository.New(pool)
svc := client.New(cfg, &client.Services{})
svc := client.New(cfg)
id := uuid.New()