Searched defs:scriptResult (Results 1 – 1 of 1) sorted by relevance
76 type scriptResult struct { struct77 mu sync.RWMutex79 hash [sha256.Size]byte // hash of the script file, for cache invalidation80 hashTime time.Time // timestamp at which the script was run, for diagnostics82 handler http.Handler // HTTP handler configured by the script83 err error // error from executing the script, if any