FILE / ScuroNeko/mtg

hub/interface.go

Исходный файл и его история в репозитории.
FILE 850bed0dfc43c918a1ec91638ccaeae449254695
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)
}