add http resolver

This commit is contained in:
Asim Aslam
2019-06-24 15:21:24 +01:00
parent b89423bf37
commit e5959f80d6
2 changed files with 60 additions and 1 deletions

View File

@@ -8,5 +8,5 @@ type Resolver interface {
// A resoved id
type Record struct {
Address string
Address string `json:"address"`
}