protobuf-go/internal/legacy
Joe Tsai b2f66bedb4 reflect/prototype: initial commit
Add the prototype package which provides constructors for
protoreflect.{Enum,Message,Extension}Type.

Switch all usages of the internal/prototype equivalent to the new package.
Switch all custom implementions of {Enum,Message}Type to the new package.

Change-Id: Ia9dae6fed4f2b90e55c123627044a7faf098c4b1
Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/178438
Reviewed-by: Damien Neil <dneil@google.com>
2019-05-22 18:28:03 +00:00
..
enum.go reflect/prototype: initial commit 2019-05-22 18:28:03 +00:00
export.go reflect/prototype: initial commit 2019-05-22 18:28:03 +00:00
extension_test.go all: change module to google.golang.org/protobuf 2019-05-14 17:28:29 +00:00
extension.go reflect/prototype: initial commit 2019-05-22 18:28:03 +00:00
file_test.go types: consistently name generated protos 2019-05-16 21:55:40 +00:00
file.go reflect/protoreflect: add Descriptor.ParentFile 2019-05-13 20:21:18 +00:00
legacy_test.go all: change module to google.golang.org/protobuf 2019-05-14 17:28:29 +00:00
message.go reflect/prototype: initial commit 2019-05-22 18:28:03 +00:00
parse.go all: change module to google.golang.org/protobuf 2019-05-14 17:28:29 +00:00