-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: generate based on discovery-artifact-manager (#2682)
Most other languages do not pull discovery documents directly from the discovery service, instead they share a cache. This change makes Go use that same cache while also maintaining the cached files in this repo. Other changes: - Added a dryrun flag to discogen for local testing - downgraded discogen deps to work with Go 1.20 - return no doc error if the file in the index is not cached locally. This operates the same as when we pulled from the disco service, where if we got a non-2XX we would silently skip generating an api Internal bug: 352084622
- Loading branch information
Showing
5 changed files
with
263 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.