FILE / ScuroNeko/mtg

telegram/interfaces.go

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

9 lines
198 B
Go

package telegram
import "github.com/9seconds/mtg/conntypes"
type Telegram interface {
Dial(conntypes.DC, conntypes.ConnectionProtocol) (conntypes.StreamReadWriteCloser, error)
Secret() []byte
}