mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2025-04-16 09:55:56 +02:00
Remove SinkEntity type
This commit is contained in:
parent
9030a64a78
commit
50d24915cc
@ -8,10 +8,6 @@ import (
|
||||
"sync"
|
||||
)
|
||||
|
||||
type SinkEntity struct {
|
||||
config json.RawMessage
|
||||
output Sink
|
||||
}
|
||||
|
||||
var AvailableSinks = map[string]Sink{
|
||||
"influxdb": &InfluxSink{},
|
||||
|
Loading…
x
Reference in New Issue
Block a user