Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/vcweb/
Dvcweb.go76 type scriptResult struct { struct
77 mu sync.RWMutex
79 hash [sha256.Size]byte // hash of the script file, for cache invalidation
80 hashTime time.Time // timestamp at which the script was run, for diagnostics
82 handler http.Handler // HTTP handler configured by the script
83 err error // error from executing the script, if any