add link status
This commit is contained in:
		| @@ -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 | ||||||
| } | } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user