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

..03-May-2022-

actions/H29-Sep-2021-157123

apidiff/H29-Sep-2021-341253

btree/H29-Sep-2021-1,7291,266

carver/H29-Sep-2021-785654

detect/H29-Sep-2021-14997

examples/H29-Sep-2021-938838

fields/H29-Sep-2021-1,322924

gapicgen/H29-Sep-2021-5,2904,386

generated/snippets/H29-Sep-2021-152,93962,518

godocfx/H29-Sep-2021-5,4364,883

kokoro/H29-Sep-2021-605317

leakcheck/H29-Sep-2021-193129

optional/H29-Sep-2021-174105

pretty/H29-Sep-2021-489359

protostruct/H29-Sep-2021-11676

pubsub/H29-Sep-2021-15662

testutil/H29-Sep-2021-938554

trace/H29-Sep-2021-166117

tracecontext/H29-Sep-2021-225172

uid/H29-Sep-2021-239156

version/H29-Sep-2021-12862

.repo-metadata-full.jsonH A D29-Sep-202165.4 KiB1,5601,559

README.mdH A D29-Sep-2021789 1813

annotate.goH A D29-Sep-20211.6 KiB5524

annotate_test.goH A D29-Sep-20211.8 KiB6643

retry.goH A D29-Sep-20212.5 KiB8650

retry_test.goH A D29-Sep-20212.6 KiB9670

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.