Searched defs:Request (Results 1 – 2 of 2) sorted by relevance
50 func (r *RateLimit) Request(size int64) { func129 func (e CPURateLimiter) Request() { func
183 type Request struct { struct184 MkFile string // file to convert185 Reader io.Reader // if set, read input from this stream instead186 OutputSuffix string // generated Starlark files suffix187 OutputDir string // if set, root of the output hierarchy188 ErrorLogger ErrorLogger189 TracedVariables []string // trace assignment to these variables190 TraceCalls bool191 SourceFS fs.FS192 MakefileFinder MakefileFinder[all …]