Searched defs:scriptCtx (Results 1 – 1 of 1) sorted by relevance
193 type scriptCtx struct { struct194 context.Context195 server *Server196 commitTime time.Time197 handlerName string198 handler http.Handler204 func (sc *scriptCtx) Value(key any) any {