feat: agent data cache to support connections to multiple hubs (#341)

This commit is contained in:
henrygd
2025-03-04 16:25:45 -05:00
parent 681286eb4f
commit c4d8deb986
5 changed files with 150 additions and 23 deletions

View File

@@ -14,6 +14,7 @@ clean:
lint:
golangci-lint run
test: export GOEXPERIMENT=synctest
test:
go test -tags=testing ./...