aboutsummaryrefslogtreecommitdiff
path: root/internal/feedback/feedback.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/feedback/feedback.go')
-rw-r--r--internal/feedback/feedback.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/internal/feedback/feedback.go b/internal/feedback/feedback.go
index 77431e0..7501bbf 100644
--- a/internal/feedback/feedback.go
+++ b/internal/feedback/feedback.go
@@ -23,9 +23,9 @@ type Config struct {
Policy policy.Policy
// Optional
- Logger logger.Logger // Debug and info prints only (no output by default)
- PullInterval time.Duration // How often nodes are pulled via HTTP GET
- HTTPTimeout time.Duration // Timeout to use when pulling nodes
+ Logger *logger.Logger // Debug and info prints only (no output by default)
+ PullInterval time.Duration // How often nodes are pulled via HTTP GET
+ HTTPTimeout time.Duration // Timeout to use when pulling nodes
}
type Feedback struct {