Skip to content

Commit

Permalink
refact: move http + messenger to transport
Browse files Browse the repository at this point in the history
  • Loading branch information
mgjules committed Apr 11, 2022
1 parent 24851c7 commit 9fcae99
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/serve.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ import (
"github.com/JulesMike/spoty/cache"
"github.com/JulesMike/spoty/config"
"github.com/JulesMike/spoty/health"
"github.com/JulesMike/spoty/http"
"github.com/JulesMike/spoty/logger"
"github.com/JulesMike/spoty/messenger"
"github.com/JulesMike/spoty/spoty"
"github.com/JulesMike/spoty/tracer"
"github.com/JulesMike/spoty/transport/http"
"github.com/JulesMike/spoty/transport/messenger"
"github.com/spf13/cobra"
"go.uber.org/fx"
)
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.
File renamed without changes.
File renamed without changes.

0 comments on commit 9fcae99

Please sign in to comment.