mirror of
https://github.com/neilalexander/yggmail.git
synced 2026-05-22 11:06:29 +03:00
@@ -13,6 +13,6 @@ import (
|
||||
)
|
||||
|
||||
type Transport interface {
|
||||
Dial(network, host string) (net.Conn, error)
|
||||
net.Listener
|
||||
Dial(host string) (net.Conn, error)
|
||||
Listener() net.Listener
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user