(name string)
| 21 | } |
| 22 | |
| 23 | func GetLogParserScript(name string) string { |
| 24 | // Return non-empty placeholder to indicate parser exists |
| 25 | // Actual script is loaded at runtime via require() from ${RUNNER_TEMP}/gh-aw/actions/ |
| 26 | return "EXTERNAL_SCRIPT" |
| 27 | } |
| 28 | |
| 29 | func GetLogParserBootstrap() string { |
| 30 | return "" |
no outgoing calls
no test coverage detected