• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

optional/H20-Jul-2021-10959

trace/H20-Jul-2021-11079

version/H20-Jul-2021-9243

.repo-metadata-full.jsonH A D20-Jul-202137.1 KiB931930

README.mdH A D20-Jul-2021789 1813

annotate.goH A D20-Jul-20211.6 KiB5524

retry.goH A D20-Jul-20211.7 KiB5529

README.md

1# Internal
2
3This directory contains internal code for cloud.google.com/go packages.
4
5## .repo-metadata-full.json
6
7`.repo-metadata-full.json` contains metadata about the packages in this repo. It
8is generated by `internal/gapicgen/generator`. It's processed by external tools
9to build lists of all of the packages.
10
11Don't make breaking changes to the format without consulting with the external
12tools.
13
14One day, we may want to create individual `.repo-metadata.json` files next to
15each package, which is the pattern followed by some other languages. External
16tools would then talk to pkg.go.dev or some other service to get the overall
17list of packages and use the `.repo-metadata.json` files to get the additional
18metadata required. For now, `.repo-metadata-full.json` includes everything.