Skip to content

Commit

Permalink
adds more refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
amir20 committed Oct 24, 2023
1 parent f10d669 commit 0a14760
Show file tree
Hide file tree
Showing 25 changed files with 6 additions and 6 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion web/events.go → internal/web/events.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"net/http"
"sync"

"github.com/amir20/dozzle/docker"
"github.com/amir20/dozzle/internal/docker"

log "github.com/sirupsen/logrus"
)
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion web/index.go → internal/web/index.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ import (
"os"
"path"

"github.com/amir20/dozzle/docker"
"github.com/amir20/dozzle/internal/analytics"
"github.com/amir20/dozzle/internal/auth"
"github.com/amir20/dozzle/internal/docker"

log "github.com/sirupsen/logrus"
)
Expand Down
2 changes: 1 addition & 1 deletion web/logs.go → internal/web/logs.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (

"time"

"github.com/amir20/dozzle/docker"
"github.com/amir20/dozzle/internal/docker"
"github.com/docker/docker/pkg/stdcopy"
"github.com/dustin/go-humanize"
"github.com/go-chi/chi/v5"
Expand Down
2 changes: 1 addition & 1 deletion web/routes.go → internal/web/routes.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import (
"net/http"
"strings"

"github.com/amir20/dozzle/docker"
"github.com/amir20/dozzle/internal/auth"
"github.com/amir20/dozzle/internal/docker"
"github.com/docker/docker/api/types"
"github.com/go-chi/chi/v5"
log "github.com/sirupsen/logrus"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ import (
"time"

"github.com/alexflint/go-arg"
"github.com/amir20/dozzle/docker"
"github.com/amir20/dozzle/internal/analytics"
"github.com/amir20/dozzle/internal/docker"
"github.com/amir20/dozzle/internal/healthcheck"
"github.com/amir20/dozzle/web"
"github.com/amir20/dozzle/internal/web"

log "github.com/sirupsen/logrus"
)
Expand Down

0 comments on commit 0a14760

Please sign in to comment.