move maybe-usable-by-other-cc-components to pkg. Fix all files to use the new paths (#88)

This commit is contained in:
Thomas Gruber
2022-10-10 11:53:11 +02:00
committed by GitHub
parent 6bf3bfd10a
commit 4bd71224df
59 changed files with 130 additions and 124 deletions

View File

@@ -1,7 +1,7 @@
package receivers
import (
lp "github.com/ClusterCockpit/cc-metric-collector/internal/ccMetric"
lp "github.com/ClusterCockpit/cc-metric-collector/pkg/ccMetric"
)
type defaultReceiverConfig struct {