Skip to content

Commit

Permalink
Move config out of internal so that it can be loaded and saved
Browse files Browse the repository at this point in the history
  • Loading branch information
gammazero committed Aug 19, 2023
1 parent 38fdc7b commit a98720a
Show file tree
Hide file tree
Showing 20 changed files with 3 additions and 3 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.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion cmd/provider/daemon.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (
"github.com/ipld/go-car/v2"
cidlink "github.com/ipld/go-ipld-prime/linking/cid"
"github.com/ipni/index-provider/cardatatransfer"
"github.com/ipni/index-provider/cmd/provider/internal/config"
"github.com/ipni/index-provider/cmd/provider/config"
"github.com/ipni/index-provider/engine"
"github.com/ipni/index-provider/engine/policy"
adminserver "github.com/ipni/index-provider/server/admin/http"
Expand Down
2 changes: 1 addition & 1 deletion cmd/provider/index.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"github.com/ipfs/go-cid"
httpc "github.com/ipni/go-libipni/ingest/client"
"github.com/ipni/go-libipni/metadata"
"github.com/ipni/index-provider/cmd/provider/internal/config"
"github.com/ipni/index-provider/cmd/provider/config"
"github.com/multiformats/go-multicodec"
"github.com/multiformats/go-multihash"
"github.com/urfave/cli/v2"
Expand Down
2 changes: 1 addition & 1 deletion cmd/provider/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"io/fs"
"os"

"github.com/ipni/index-provider/cmd/provider/internal/config"
"github.com/ipni/index-provider/cmd/provider/config"
"github.com/urfave/cli/v2"
)

Expand Down

0 comments on commit a98720a

Please sign in to comment.