Switch qrunproxy to generated mock show, remove show.json

This commit is contained in:
Ian Gulliver
2026-02-20 20:23:34 -07:00
parent 287ca83724
commit 4e2135f483
4 changed files with 3 additions and 204 deletions

View File

@@ -28,12 +28,7 @@ func main() {
runAndExit = strings.Fields(*runAndExitStr)
}
show, err := loadMockShow()
if err != nil {
fmt.Fprintf(os.Stderr, "Error loading show: %v\n", err)
os.Exit(1)
}
show := GenerateMockShow(7, 100, 1000)
if err := show.Validate(); err != nil {
fmt.Fprintf(os.Stderr, "Error validating show: %v\n", err)
os.Exit(1)