stillbox/pkg/gordio/sinks/alerter.go
2024-10-24 20:00:46 -04:00

9 lines
146 B
Go

package sinks
import (
"dynatron.me/x/stillbox/pkg/gordio/alerting"
)
func NewAlerterSink(a *alerting.Alerter) *alerting.Alerter {
return a
}