mirror of
https://github.com/go-micro/go-micro.git
synced 2025-06-24 22:26:54 +02:00
add link status
This commit is contained in:
@ -45,6 +45,8 @@ type Tunnel interface {
|
||||
type Link interface {
|
||||
// The id of the link
|
||||
Id() string
|
||||
// Status of the link e.g connected/closed
|
||||
Status() string
|
||||
// honours transport socket
|
||||
transport.Socket
|
||||
}
|
||||
|
Reference in New Issue
Block a user