add link status
This commit is contained in:
parent
63d535aea9
commit
cb0de43dba
@ -45,6 +45,8 @@ type Tunnel interface {
|
|||||||
type Link interface {
|
type Link interface {
|
||||||
// The id of the link
|
// The id of the link
|
||||||
Id() string
|
Id() string
|
||||||
|
// Status of the link e.g connected/closed
|
||||||
|
Status() string
|
||||||
// honours transport socket
|
// honours transport socket
|
||||||
transport.Socket
|
transport.Socket
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user