mirror of
				https://github.com/ClusterCockpit/cc-metric-collector.git
				synced 2025-11-04 02:35:07 +01: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