FILE / ScuroNeko/mtg

telegram/interfaces.go

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

9 lines
178 B
Go

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