FILE / ScuroNeko/mtg

telegram/interfaces.go

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