EmitEvent #
Emits an event.
Signature #
EmitEvent(event int, customArg interface{})
Arguments #
Argument | Type | Description |
---|---|---|
event | int | constant from the event package |
customArg | interface{} | Custom argument |
Edit this page on Github(opens new window)
You are currently looking at the documentation of a previous version of Kuzzle. We strongly recommend that you use the latest version. You can also use the version selector in the top menu.
Emits an event.
EmitEvent(event int, customArg interface{})
Argument | Type | Description |
---|---|---|
event | int | constant from the event package |
customArg | interface{} | Custom argument |