mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2025-08-14 14:52:58 +02:00
Remove SinkEntity type
This commit is contained in:
@@ -8,10 +8,6 @@ import (
|
||||
"sync"
|
||||
)
|
||||
|
||||
type SinkEntity struct {
|
||||
config json.RawMessage
|
||||
output Sink
|
||||
}
|
||||
|
||||
var AvailableSinks = map[string]Sink{
|
||||
"influxdb": &InfluxSink{},
|
||||
|
Reference in New Issue
Block a user