stillbox/pkg/gordio/sinks/alerter.go

10 lines
146 B
Go
Raw Normal View History

2024-10-24 20:00:46 -04:00
package sinks
import (
"dynatron.me/x/stillbox/pkg/gordio/alerting"
)
func NewAlerterSink(a *alerting.Alerter) *alerting.Alerter {
return a
}