Switch to cclib nats client

This commit is contained in:
2026-01-23 10:04:41 +01:00
parent f41301036b
commit 499b4287f9
6 changed files with 5 additions and 313 deletions

View File

@@ -11,8 +11,8 @@ import (
"sync"
"time"
"github.com/ClusterCockpit/cc-backend/pkg/nats"
cclog "github.com/ClusterCockpit/cc-lib/v2/ccLogger"
"github.com/ClusterCockpit/cc-lib/v2/nats"
"github.com/ClusterCockpit/cc-lib/v2/schema"
"github.com/influxdata/line-protocol/v2/lineprotocol"
)