[roll] Roll fuchsia [fidlgen][go] Generate strict methods on open/ajar protocols

Instead of not generating anything for open or ajar protocols, generate
strict methods for them.

This will allow us to make some of the fuchsia.io protocols open or
ajar, keeping the existing methods strict, and adding new flexible
methods, provided that they're not needed by any Go components.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1101278
Original-Revision: 34f19e5fe2eaf6b338a68959d78323ac4fd2be67
GitOrigin-RevId: a6b8ed6c1a30f6f98c85e1d874b7558c1ef359f5
Change-Id: I65e06f629f457acc5c6f2743052152498d9b45d4
1 file changed
tree: 9e62d27ac0bd8f9d79cffac2d3bcc8044177a680
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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.