()
| 376 | // Object is an interface abstracting the abilities shared by enums, messages, extensions and imported objects. |
| 377 | type Object interface { |
| 378 | GoImportPath() GoImportPath |
| 379 | TypeName() []string |
| 380 | File() *FileDescriptor |
| 381 | } |
no outgoing calls
no test coverage detected