refactor: rename core.registry.LegacyRegistry -> core.registry.InterfaceRegistrar (#19758)
This commit is contained in:
@@ -35,7 +35,7 @@ type AnyUnpacker interface {
|
||||
type InterfaceRegistry interface {
|
||||
AnyUnpacker
|
||||
jsonpb.AnyResolver
|
||||
registry.LegacyRegistry
|
||||
registry.InterfaceRegistrar
|
||||
|
||||
// ListAllInterfaces list the type URLs of all registered interfaces.
|
||||
ListAllInterfaces() []string
|
||||
|
||||
Reference in New Issue
Block a user