🚧 Adds id to websocket call

This commit is contained in:
Daniel Svitan
2025-05-13 13:59:07 +02:00
parent 36f698991d
commit b955fec1ad
4 changed files with 21 additions and 3 deletions
+9
View File
@@ -0,0 +1,9 @@
package main
import "github.com/google/uuid"
func getId() uuid.UUID {
return uuid.New()
}
func registerAutostart() {}