nightingale/alert/alert.go

8 lines
84 B
Go
Raw Normal View History

package alert
import "context"
func Start(ctx context.Context) {
go popEvent()
}