protobuf-go/cmd/protoc-gen-go/testdata
Damien Neil f247a903b9 internal/impl: clean up obsolete ExtensionInfo fields/funcs
This is change 5/5 in a series of commits changing protoV1.ExtensionDesc
to directly implement protoreflect.ExtensionType.

1. [v2] Add protoimpl.ExtensionInfo as an alias for
   protoiface.ExtensionDescV1.

2. [v1] Update references to protoimpl.ExtensionInfo to use
   protoiface.ExtensionInfo.

3. [v2] Create protoimpl.ExtensionInfo (an alias to a new type in
   the impl package) and remove protoiface.ExtensionDescV1.

4. [v1] Remove unneeded explicit conversions between ExtensionDesc and
   ExtensionType (since the former now directly implements the latter).

5. [v2] Remove stub conversion functions.

Change-Id: I1fdfb18c481e72a362a6f9ee0e440f8f909790ca
Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/189564
Reviewed-by: Joe Tsai <thebrokentoaster@gmail.com>
2019-08-20 22:03:04 +00:00
..
annotations cmd/protoc-gen-go: annotate depIdxs list with index comments 2019-08-15 22:47:44 +00:00
comments all: unify protoV1.ExtensionDesc and proto.ExtensionType 2019-08-20 21:32:57 +00:00
extensions all: unify protoV1.ExtensionDesc and proto.ExtensionType 2019-08-20 21:32:57 +00:00
fieldnames cmd/protoc-gen-go: annotate depIdxs list with index comments 2019-08-15 22:47:44 +00:00
import_public all: unify protoV1.ExtensionDesc and proto.ExtensionType 2019-08-20 21:32:57 +00:00
imports cmd/protoc-gen-go: annotate depIdxs list with index comments 2019-08-15 22:47:44 +00:00
issue780_oneof_conflict cmd/protoc-gen-go: annotate depIdxs list with index comments 2019-08-15 22:47:44 +00:00
nopackage cmd/protoc-gen-go: annotate depIdxs list with index comments 2019-08-15 22:47:44 +00:00
proto2 cmd/protoc-gen-go: annotate depIdxs list with index comments 2019-08-15 22:47:44 +00:00
proto3 cmd/protoc-gen-go: annotate depIdxs list with index comments 2019-08-15 22:47:44 +00:00
gen_test.go all: change module to google.golang.org/protobuf 2019-05-14 17:28:29 +00:00
go.mod internal/impl: clean up obsolete ExtensionInfo fields/funcs 2019-08-20 22:03:04 +00:00
registry_test.go cmd/protoc-gen-go/testdata: add registry test 2019-07-08 20:23:18 +00:00