feat(eventbus): implement event handling for ticket and conversation assignments
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package event_handlers
|
||||
|
||||
import "sync"
|
||||
|
||||
var registerOnce sync.Once
|
||||
|
||||
func Register() {
|
||||
registerOnce.Do(func() {
|
||||
registerWxWorkNotifyEventHandlers()
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user