move servers to internal, we're not blowing any minds here

This commit is contained in:
Josh Wolf
2021-12-02 08:12:26 -07:00
parent 8e692eecb4
commit f0abcf162a
6 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import (
"github.com/spf13/cobra"
"github.com/rancherfederal/hauler/pkg/server"
"github.com/rancherfederal/hauler/internal/server"
)
type FilesOpts struct {
+1 -1
View File
@@ -11,7 +11,7 @@ import (
"github.com/distribution/distribution/v3/version"
"github.com/spf13/cobra"
"github.com/rancherfederal/hauler/pkg/server"
"github.com/rancherfederal/hauler/internal/server"
)
type RegistryOpts struct {
+1 -1
View File
@@ -14,7 +14,7 @@ import (
"github.com/distribution/distribution/v3/version"
"github.com/spf13/cobra"
"github.com/rancherfederal/hauler/pkg/server"
"github.com/rancherfederal/hauler/internal/server"
"github.com/rancherfederal/hauler/pkg/store"
)