Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/cache/
Dprog.go81 type ProgRequest struct { struct
84 ID int64
89 Command ProgCmd
92 ActionID []byte `json:",omitempty"` // or nil if not used
95 ObjectID []byte `json:",omitempty"` // or nil if not used
103 Body io.Reader `json:"-"`
106 BodySize int64 `json:",omitempty"`