1
0
Fork 0
forked from goffee/core
core/event-job.go

4 lines
72 B
Go
Raw Permalink Normal View History

2024-09-12 18:13:16 -04:00
package core
type EventJob func(event *Event, requestContext *Context)