Add registry handler

This commit is contained in:
Asim Aslam
2019-09-09 09:20:17 -07:00
parent b076ef906a
commit 1f44d7a4a1
4 changed files with 77 additions and 7 deletions

View File

@@ -26,7 +26,7 @@ func (s *serviceWatcher) Next() (*registry.Result, error) {
return &registry.Result{
Action: r.Action,
Service: toService(r.Service),
Service: ToService(r.Service),
}, nil
}
}