FILE / ScuroNeko/mtg

telegram/interfaces.go

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