add new multiple generate function

This commit is contained in:
Adrian Zürcher
2026-01-08 09:41:07 +01:00
parent 806b70dee6
commit 57fa355a6f
3 changed files with 25 additions and 2 deletions

5
models/output.go Normal file
View File

@@ -0,0 +1,5 @@
package models
type Outputs []Output
type Output []byte