Add mock show generator and timeline benchmark

This commit is contained in:
Ian Gulliver
2026-02-20 20:20:25 -07:00
parent 2c31d9505c
commit 287ca83724
5 changed files with 128 additions and 5 deletions

View File

@@ -63,7 +63,7 @@ func isValidEventForBlock(block *Block, event string) bool {
}
}
func (show *Show) validate() error {
func (show *Show) Validate() error {
if show == nil {
return fmt.Errorf("show is nil")
}