Merge pull request #242 from jwetzell/chore/expose-schema-package

move schema package out of internal
This commit is contained in:
Joel Wetzell
2026-09-10 10:27:17 -05:00
committed by GitHub
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 {