package main import "github.com/google/uuid" func getId() uuid.UUID { return uuid.New() } func registerAutostart() {}