FILE / ScuroNeko/mtg

hub/interface.go

Исходный файл и его история в репозитории.
FILE a7a4da8ee570582adf7d5b4e7a90a1411b31135c
Files
mtg/hub/interface.go
T
2019-11-11 14:04:15 +03:00

8 lines
142 B
Go

package hub
import "github.com/9seconds/mtg/protocol"
type Interface interface {
Register(*protocol.TelegramRequest) (*ProxyConn, error)
}