Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 25-Feb-2020 | - | ||||
btree/ | H | 25-Feb-2020 | - | 1,729 | 1,266 | |
fields/ | H | 25-Feb-2020 | - | 1,322 | 924 | |
gapicgen/ | H | 25-Feb-2020 | - | 3,233 | 2,475 | |
kokoro/ | H | 25-Feb-2020 | - | 347 | 173 | |
leakcheck/ | H | 25-Feb-2020 | - | 193 | 129 | |
optional/ | H | 25-Feb-2020 | - | 174 | 105 | |
pretty/ | H | 25-Feb-2020 | - | 486 | 359 | |
protostruct/ | H | 25-Feb-2020 | - | 116 | 76 | |
testutil/ | H | 25-Feb-2020 | - | 734 | 421 | |
trace/ | H | 25-Feb-2020 | - | 164 | 115 | |
tracecontext/ | H | 25-Feb-2020 | - | 225 | 172 | |
uid/ | H | 25-Feb-2020 | - | 239 | 156 | |
version/ | H | 25-Feb-2020 | - | 128 | 62 | |
.repo-metadata-full.json | H A D | 25-Feb-2020 | 25.3 KiB | 635 | 634 | |
README.md | H A D | 25-Feb-2020 | 789 | 18 | 13 | |
annotate.go | H A D | 25-Feb-2020 | 1.6 KiB | 55 | 24 | |
annotate_test.go | H A D | 25-Feb-2020 | 1.8 KiB | 66 | 43 | |
retry.go | H A D | 25-Feb-2020 | 1.7 KiB | 55 | 29 | |
retry_test.go | H A D | 25-Feb-2020 | 2.4 KiB | 90 | 64 |
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.