move schema package out of internal

This commit is contained in:
Joel Wetzell
2026-09-10 10:24:33 -05:00
parent 3217fa233e
commit 20aee7e50b
8 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ import (
"github.com/jwetzell/showbridge-go"
"github.com/jwetzell/showbridge-go/config"
"github.com/jwetzell/showbridge-go/internal/schema"
"github.com/jwetzell/showbridge-go/schema"
"github.com/urfave/cli/v3"
"sigs.k8s.io/yaml"
)
+1 -1
View File
@@ -13,7 +13,7 @@ import (
"github.com/jwetzell/showbridge-go/config"
"github.com/jwetzell/showbridge-go/internal/common"
"github.com/jwetzell/showbridge-go/internal/schema"
"github.com/jwetzell/showbridge-go/schema"
)
type ApiServer struct {