feat: use wire

This commit is contained in:
Yuzuki616
2025-05-07 17:22:29 +09:00
parent 05a1e586ed
commit 9e18c06199
14 changed files with 418 additions and 222 deletions

View File

@@ -21,7 +21,7 @@ type Trigger struct {
order chan int
}
func NewTrigger(
func New(
l *logrus.Entry,
tc *conf.Trigger,
h *handler.Handler,