mirror of
https://github.com/go-micro/go-micro.git
synced 2025-02-04 18:21:53 +02:00
add network resolver record priority field
This commit is contained in:
parent
99b410c81b
commit
d89256d8d5
@ -11,5 +11,6 @@ type Resolver interface {
|
|||||||
|
|
||||||
// A resolved record
|
// A resolved record
|
||||||
type Record struct {
|
type Record struct {
|
||||||
Address string `json:"address"`
|
Address string `json:"address"`
|
||||||
|
Priority int64 `json:"priority"`
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user