adding the updateStream method and the models for the form

This commit is contained in:
2026-06-23 17:47:10 +01:00
parent a28f996330
commit 2146dc8396
2 changed files with 27 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
package models
type StreamOptions struct {
Sim string
}