add network resolver record priority field
This commit is contained in:
@@ -12,4 +12,5 @@ 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"`
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user