Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/cache/
Dprog.go117 type ProgResponse struct { struct
118 ID int64 // that corresponds to ProgRequest; they can be answered out of order
119 Err string `json:",omitempty"` // if non-empty, the error
128 KnownCommands []ProgCmd `json:",omitempty"`
132 Miss bool `json:",omitempty"` // cache miss
133 OutputID []byte `json:",omitempty"`
134 Size int64 `json:",omitempty"` // in bytes
135 Time *time.Time `json:",omitempty"` // an Entry.Time; when the object was added to the docs
140 DiskPath string `json:",omitempty"`