Skip to content

Commit

Permalink
Refactor connectionEvent in events.go
Browse files Browse the repository at this point in the history
Signed-off-by: JeffMboya <[email protected]>
  • Loading branch information
JeffMboya authored and dborovcanin committed May 15, 2024
1 parent 3bd5984 commit 3e8e534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap/events/consumer/events.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ type updateChannelEvent struct {
}

// Connection event is either connect or disconnect event.
type disconnectEvent struct {
type connectionEvent struct {
thingID string
channelID string
}

0 comments on commit 3e8e534

Please sign in to comment.