mirror of
https://github.com/go-micro/go-micro.git
synced 2025-07-12 22:41:07 +02:00
fix typo
This commit is contained in:
@ -6,7 +6,7 @@ type Resolver interface {
|
|||||||
Resolve(id string) ([]*Record, error)
|
Resolve(id string) ([]*Record, error)
|
||||||
}
|
}
|
||||||
|
|
||||||
// A resoved id
|
// A resolved record
|
||||||
type Record struct {
|
type Record struct {
|
||||||
Address string `json:"address"`
|
Address string `json:"address"`
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user