Skip to content

Commit

Permalink
Making config package not-internal
Browse files Browse the repository at this point in the history
  • Loading branch information
Maelkum committed Apr 18, 2024
1 parent 8929f40 commit 01ab564
Show file tree
Hide file tree
Showing 13 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cmd/b7s-node-docs/b7sdocs.templ
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package main

import "fmt"
import "github.com/blocklessnetwork/b7s/internal/config"
import "github.com/blocklessnetwork/b7s/config"

templ page(configs []config.ConfigOption) {
<html>
Expand Down
2 changes: 1 addition & 1 deletion cmd/b7s-node-docs/b7sdocs_templ.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cmd/b7s-node-docs/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
"github.com/a-h/templ"
"github.com/spf13/pflag"

"github.com/blocklessnetwork/b7s/internal/config"
"github.com/blocklessnetwork/b7s/config"
)

//go:embed assets/*
Expand Down
2 changes: 1 addition & 1 deletion cmd/node/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ import (
"github.com/ziflex/lecho/v3"

"github.com/blocklessnetwork/b7s/api"
"github.com/blocklessnetwork/b7s/config"
"github.com/blocklessnetwork/b7s/executor"
"github.com/blocklessnetwork/b7s/executor/limits"
"github.com/blocklessnetwork/b7s/fstore"
"github.com/blocklessnetwork/b7s/host"
"github.com/blocklessnetwork/b7s/internal/config"
"github.com/blocklessnetwork/b7s/models/blockless"
"github.com/blocklessnetwork/b7s/node"
"github.com/blocklessnetwork/b7s/peerstore"
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.
File renamed without changes.

0 comments on commit 01ab564

Please sign in to comment.