Home
last modified time | relevance | path

Searched defs:ModuleJSON (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/modcmd/
Ddownload.go95 type ModuleJSON struct { struct
96 Path string `json:",omitempty"`
97 Version string `json:",omitempty"`
98 Query string `json:",omitempty"`
99 Error string `json:",omitempty"`
100 Info string `json:",omitempty"`
101 GoMod string `json:",omitempty"`
102 Zip string `json:",omitempty"`
103 Dir string `json:",omitempty"`
104 Sum string `json:",omitempty"`
[all …]