| 8 | ) |
| 9 | |
| 10 | type Disconnected struct { |
| 11 | Code int |
| 12 | Reason string |
| 13 | } |
| 14 | |
| 15 | func (e *Disconnected) Execute(rooms *Rooms, current ClientInfo) error { |
| 16 | e.executeNoError(rooms, current) |
nothing calls this directly
no outgoing calls
no test coverage detected