FILE / ScuroNeko/mtg

client/client.go

Исходный файл и его история в репозитории.
FILE 6ea4f3dbc2b6de1f5fe1c89439ec724d7c049329
Files
mtg/client/client.go
T
2018-07-08 12:10:27 +03:00

12 lines
238 B
Go

package client
import (
"net"
"github.com/9seconds/mtg/config"
"github.com/9seconds/mtg/mtproto"
"github.com/9seconds/mtg/wrappers"
)
type Init func(net.Conn, string, *config.Config) (wrappers.Wrap, *mtproto.ConnectionOpts, error)