Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/vcweb/
Dscript.go193 type scriptCtx struct { struct
194 context.Context
195 server *Server
196 commitTime time.Time
197 handlerName string
198 handler http.Handler
204 func (sc *scriptCtx) Value(key any) any {