protobuf-go/reflect/protodesc
Joe Tsai 25fc6fb4f2 reflect/protodesc: add FileOptions
The FileOptions type provides the ability to specify specialized options
for how a file descriptor is constructed. It follows the same optional
arguments pattern as used in the proto package.

The resolver is not an option since it almost always necessary
when constructing a file descriptor.

Change-Id: Ib98ac6289881ad8402dd615f6c895da5899cb8d9
Reviewed-on: https://go-review.googlesource.com/c/protobuf/+/218940
Reviewed-by: Damien Neil <dneil@google.com>
2020-02-11 23:14:57 +00:00
..
desc_init.go proto: add Clone function and MergeOptions.Clone method 2020-01-06 21:07:28 +00:00
desc_resolve.go proto, internal/errors: add Error sentinel, errors.Wrap 2020-02-07 21:09:48 +00:00
desc_validate.go
desc.go reflect/protodesc: add FileOptions 2020-02-11 23:14:57 +00:00
file_test.go reflect/protodesc: add FileOptions 2020-02-11 23:14:57 +00:00
proto.go proto: add Clone function and MergeOptions.Clone method 2020-01-06 21:07:28 +00:00