FILE / ScuroNeko/mtg

hub/interface.go

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