Skip to content

Commit

Permalink
fix(cluster): deleted Settings
Browse files Browse the repository at this point in the history
  • Loading branch information
cnlangzi committed Mar 18, 2024
1 parent 57ff1df commit c6f3345
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions node_option.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,3 @@ func WithLogger(w io.Writer) NodeOption {
n.logger = w
}
}

func WithSettings(s Settings) NodeOption {
return func(n *Node) {
n.settings = s
}
}

0 comments on commit c6f3345

Please sign in to comment.