refactor: rename shared module to gitea.hostxtra.co.uk/vantage/vantage-shared

This commit is contained in:
2026-09-08 07:34:53 +00:00
parent 189a8fa963
commit 3bf80a117b
88 changed files with 116 additions and 116 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
package models
import shared "gitea.hostxtra.co.uk/mrhid6/vantage/shared/models"
import shared "gitea.hostxtra.co.uk/vantage/vantage-shared/models"
// Instance is defined in the shared module because sitesvc and the admin
// control plane write the same documents.
+1 -1
View File
@@ -1,6 +1,6 @@
package models
import shared "gitea.hostxtra.co.uk/mrhid6/vantage/shared/models"
import shared "gitea.hostxtra.co.uk/vantage/vantage-shared/models"
type (
Settings = shared.Settings
+1 -1
View File
@@ -1,6 +1,6 @@
package models
import shared "gitea.hostxtra.co.uk/mrhid6/vantage/shared/models"
import shared "gitea.hostxtra.co.uk/vantage/vantage-shared/models"
type User = shared.User