Lines Matching defs:Request
153 type Request struct { struct
154 MkFile string // file to convert
155 Reader io.Reader // if set, read input from this stream instead
156 OutputSuffix string // generated Starlark files suffix
157 OutputDir string // if set, root of the output hierarchy
158 ErrorLogger ErrorLogger
159 TracedVariables []string // trace assignment to these variables
160 TraceCalls bool
161 SourceFS fs.FS
162 MakefileFinder MakefileFinder
2000 func Convert(req Request) (*StarlarkScript, error) {