Searched defs:configErrorWrapper (Results 1 – 1 of 1) sorted by relevance
42 type configErrorWrapper struct { struct43 pctx PackageContext44 config Config45 errors []error54 func (e *configErrorWrapper) Config() Config {57 func (e *configErrorWrapper) Errorf(format string, args ...interface{}) {60 func (e *configErrorWrapper) AddNinjaFileDeps(deps ...string) {64 func (e *configErrorWrapper) Fs() pathtools.FileSystem {