1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-08-10 21:52:01 +02:00

Transport() will return tunnel (pseudo) Transport

This commit is contained in:
Milos Gajdos
2019-08-05 21:09:46 +01:00
parent 6649012af3
commit 52d8d26018

View File

@@ -38,7 +38,7 @@ func (t *tun) Address() string {
}
func (t *tun) Transport() transport.Transport {
return t.options.Transport
return nil
}
func (t *tun) Options() transport.Options {