mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2026-02-13 22:51:45 +01:00
Fixed: interface method AddChannel must have all named params (inamedparam)
This commit is contained in:
@@ -21,7 +21,7 @@ type multiChanTicker struct {
|
||||
|
||||
type MultiChanTicker interface {
|
||||
Init(duration time.Duration)
|
||||
AddChannel(chan time.Time)
|
||||
AddChannel(channel chan time.Time)
|
||||
Close()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user