Chore: rename proxy Type() to Proto()

This commit is contained in:
xjasonlyu
2021-02-07 10:38:07 +08:00
parent a3ff3a5a15
commit ee00315894
8 changed files with 38 additions and 15 deletions

View File

@@ -121,7 +121,7 @@ func (e *Engine) setStack() error {
log.Infof(
"[STACK] %s://%s <-> %s://%s",
e.device.Type(), e.device.Name(),
e.proxy.Type(), e.proxy.Addr(),
e.proxy.Proto(), e.proxy.Addr(),
)
return nil
}