| 8 | ) |
| 9 | |
| 10 | type redirectToChannel struct { |
| 11 | ApplicationID uint |
| 12 | UserID uint |
| 13 | Messages chan MessageWithUserID |
| 14 | } |
| 15 | |
| 16 | // MessageWithUserID encapsulates a message with a given user ID. |
| 17 | type MessageWithUserID struct { |
nothing calls this directly
no outgoing calls
no test coverage detected