FILE / ScuroNeko/mtg

telegram/interfaces.go

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