mirror of
https://github.com/ScuroNeko/mtg.git
synced 2026-09-01 01:04:02 +03:00
FILE / ScuroNeko/mtg
hub/interface.go
Исходный файл и его история в репозитории.
8 lines
122 B
Go
8 lines
122 B
Go
package hub
|
|
|
|
import "mtg/protocol"
|
|
|
|
type Interface interface {
|
|
Register(*protocol.TelegramRequest) (*ProxyConn, error)
|
|
}
|