Lines Matching defs:context
41 type context struct { struct42 stdout io.Writer43 stderr io.Writer44 rootFS fs.FS45 includeTOC bool46 product string47 stripPrefix []string48 title string49 deps *[]string52 func (ctx context) strip(installPath string) string {199 func htmlNotice(ctx *context, files ...string) error {