mirror of
https://github.com/ScuroNeko/mtg.git
synced 2026-09-01 15:34:01 +03:00
Fix linters
This commit is contained in:
@@ -7,6 +7,9 @@ import (
|
||||
"github.com/juju/errors"
|
||||
)
|
||||
|
||||
// Telegram defines an interface to connect to Telegram. This
|
||||
// encapsulates logic of working with middleproxies or direct
|
||||
// connections.
|
||||
type Telegram interface {
|
||||
Dial(int16) (io.ReadWriteCloser, error)
|
||||
Init(io.ReadWriteCloser) (io.ReadWriteCloser, error)
|
||||
|
||||
Reference in New Issue
Block a user