refactor: move internal packages to pkg directory

This commit is contained in:
Darp Alakun
2025-01-06 14:56:16 -05:00
parent c368f2b027
commit afd6b86e68
20 changed files with 111 additions and 106 deletions

View File

@@ -20,9 +20,9 @@ import (
_ "github.com/ncruces/go-sqlite3/driver"
_ "github.com/ncruces/go-sqlite3/embed"
vault "github.com/onsonr/motr/app"
motr "github.com/onsonr/motr/config"
motrorm "github.com/onsonr/motr/internal/models"
sink "github.com/onsonr/motr/internal/sink"
motr "github.com/onsonr/motr/pkg/config"
motrorm "github.com/onsonr/motr/pkg/models"
)
var (