repo name change
All checks were successful
Build ArtNet Driver / build (amd64, , linux) (push) Successful in 1m40s
Build ArtNet Driver / build (amd64, .exe, windows) (push) Successful in 1m41s
Build ArtNet Driver / build (arm, 6, , linux) (push) Successful in 1m39s
Build ArtNet Driver / build (arm64, , linux) (push) Successful in 1m38s

This commit is contained in:
Adrian Zuercher
2025-08-06 22:41:34 +02:00
parent 67f25c76ae
commit ede86b71ef
10 changed files with 87 additions and 46 deletions

View File

@@ -1,8 +1,8 @@
package models
import (
json_dataModels "gitea.tecamino.com/paadi/tecamino-json_data/models"
"github.com/google/uuid"
json_dataModels "github.com/tecamino/tecamino-json_data/models"
)
type Subscriptions map[uuid.UUID][]Subscription