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
@@ -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 {