New NameSystem interface
Juan Batiz-Benet authored
    type NameSystem interface {
      Resolver
      Publisher
    }

should say it all.

cc @whyrusleeping
2944360f