SDK
SDK Golang v2.x
1

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.

RemoveListener #

Removes a channel from an event.

Arguments #

Copied to clipboard!
RemoveListener(event int, channel chan<- interface{})

Argument Type Description
event int Event constant from the event package
channel channel Channel to unregister