Searched defs:Request (Results 1 – 2 of 2) sorted by relevance
50 func (r *RateLimit) Request(size int64) { func129 func (e CPURateLimiter) Request() { func
153 type Request struct { struct154 MkFile string // file to convert155 Reader io.Reader // if set, read input from this stream instead156 OutputSuffix string // generated Starlark files suffix157 OutputDir string // if set, root of the output hierarchy158 ErrorLogger ErrorLogger159 TracedVariables []string // trace assignment to these variables160 TraceCalls bool161 SourceFS fs.FS162 MakefileFinder MakefileFinder[all …]