mirror of
https://github.com/go-micro/go-micro.git
synced 2025-06-18 22:17:44 +02:00
add address/advertise
This commit is contained in:
@ -12,7 +12,7 @@ type Network interface {
|
||||
}
|
||||
|
||||
var (
|
||||
DefaultName = "go.micro.network"
|
||||
|
||||
DefaultName = "go.micro.network"
|
||||
DefaultAddress = ":0"
|
||||
DefaultNetwork = NewNetwork()
|
||||
)
|
||||
|
Reference in New Issue
Block a user