refactor: rename core.registry.LegacyRegistry -> core.registry.InterfaceRegistrar (#19758)

This commit is contained in:
Matt Kocubinski
2024-03-14 17:53:31 +00:00
committed by GitHub
parent 1b545a571f
commit d54335e1f9
53 changed files with 136 additions and 136 deletions
+1 -1
View File
@@ -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