Fix golint issues

This commit is contained in:
Claudemiro
2018-11-26 22:57:50 +01:00
parent 3c51d0b614
commit 05c088f158
4 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ func newClientHook(channel *channel.Channel, s *subscription.Subscription, event
return hookEvent{Name: "client_event", Channel: channel.ID, Event: event, Data: data, SocketID: s.Connection.SocketID}
}
// channel_occupied
// TriggerChannelOccupiedHook channel_occupied
// { "name": "channel_occupied", "channel": "test_channel" }
func (a *Application) TriggerChannelOccupiedHook(c *channel.Channel) {
event := newChannelOcuppiedHook(c)