mirror of
https://github.com/ScuroNeko/mtg.git
synced 2026-08-31 23:14:02 +03:00
wip
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package hub
|
||||
|
||||
import "github.com/9seconds/mtg/protocol"
|
||||
|
||||
type connectionHubRequest struct {
|
||||
req *protocol.TelegramRequest
|
||||
responseChan chan<- *connection
|
||||
}
|
||||
Reference in New Issue
Block a user