[roll] Roll fuchsia [fidl][go] Support table/union payloads

Adds support for top-level union/table paylods, like so:

```
protocol MyProtocol {
  MyMethod(table{ 1: a bool; } -> (union{ 1: a bool; 2: b: int8; });
};
```

Test: fx regen-goldens; fx test fidl-compatibility-tests
Original-Bug: 88343
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/646001
Original-Revision: 355a276f46917d9a734d7283c32b910ed533182d
GitOrigin-RevId: b167874f209f8cd791c5c82a56ad954095fdeb81
Change-Id: Ibb54ace2a8e0e6dc7028fe71a5790cc1449c3fb0
1 file changed
tree: 3d35bdbf3b27594a674b03090f3093312f8f0c7e
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.