Searched defs:ProgResponse (Results 1 – 1 of 1) sorted by relevance
117 type ProgResponse struct { struct118 ID int64 // that corresponds to ProgRequest; they can be answered out of order119 Err string `json:",omitempty"` // if non-empty, the error128 KnownCommands []ProgCmd `json:",omitempty"`132 Miss bool `json:",omitempty"` // cache miss133 OutputID []byte `json:",omitempty"`134 Size int64 `json:",omitempty"` // in bytes135 Time *time.Time `json:",omitempty"` // an Entry.Time; when the object was added to the docs140 DiskPath string `json:",omitempty"`