FILE / ScuroNeko/mtg

hub/interface.go

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