🚧 Adds id to websocket call
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package main
|
||||
|
||||
import "github.com/google/uuid"
|
||||
|
||||
func getId() uuid.UUID {
|
||||
return uuid.New()
|
||||
}
|
||||
|
||||
func registerAutostart() {}
|
||||
Reference in New Issue
Block a user