Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(88)

Unified Diff: cipd/client/cipd/local/json_descs.go

Issue 2654123005: [cipd] update internal function signatures in preparation for subdir. (Closed)
Patch Set: root->subdir Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cipd/client/cipd/local/deployer_test.go ('k') | cipd/client/cmd/cipd/friendly.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cipd/client/cipd/local/json_descs.go
diff --git a/cipd/client/cipd/local/json_descs.go b/cipd/client/cipd/local/json_descs.go
index 3950923b5cd46fea7528e392a5b10a9343fbc590..c36d07794366090edc3b5cd5d0b9fe496f2148aa 100644
--- a/cipd/client/cipd/local/json_descs.go
+++ b/cipd/client/cipd/local/json_descs.go
@@ -131,7 +131,7 @@ const (
// Description defines the structure of the description.json file located at
// .cipd/pkgs/<foo>/description.json.
type Description struct {
- Root string `json:"root,omitempty"`
+ Subdir string `json:"subdir,omitempty"`
PackageName string `json:"package_name,omitempty"`
}
« no previous file with comments | « cipd/client/cipd/local/deployer_test.go ('k') | cipd/client/cmd/cipd/friendly.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698