FILE / ScuroNeko/mtg

hub/interface.go

Исходный файл и его история в репозитории.
FILE c1935b4cef259c0ead73b7b356d8c53ffe590e2b
Files
mtg/hub/interface.go
T

8 lines
142 B
Go

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