add base goffee
This commit is contained in:
parent
c95e8a9245
commit
ac2cfa9fe1
108 changed files with 64018 additions and 0 deletions
9
events/eventjobs/test-job.go
Normal file
9
events/eventjobs/test-job.go
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
package eventjobs
|
||||
|
||||
import (
|
||||
"git.smarteching.com/goffee/core"
|
||||
)
|
||||
|
||||
var TestEvent core.EventJob = func(event *core.Event, c *core.Context) {
|
||||
c.GetLogger().Info("hello from event test job")
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue