tun2: F
This commit is contained in:
parent
3d516cdf4e
commit
c3e3f595df
|
@ -56,7 +56,7 @@ type Connection struct {
|
||||||
cancel context.CancelFunc
|
cancel context.CancelFunc
|
||||||
}
|
}
|
||||||
|
|
||||||
func (c *Connection) Fer() ln.F {
|
func (c *Connection) F() ln.F {
|
||||||
return map[string]interface{}{
|
return map[string]interface{}{
|
||||||
"id": c.id,
|
"id": c.id,
|
||||||
"remote": c.conn.RemoteAddr(),
|
"remote": c.conn.RemoteAddr(),
|
||||||
|
|
Loading…
Reference in New Issue