package registry import "github.com/go-kratos/kratos/v2/registry" type Registrar interface { registry.Registrar registry.Discovery }