package
0.0.0-20200114073918-0653c479e30f
Repository: https://github.com/michain-org/hspeed-sdk-go.git
Documentation: pkg.go.dev
# Functions
NewParams creates new parameters based on the provided options.
WithPeerFilter sets a peer filter which provides per-request filtering of peers.
WithPeerSorter sets a peer sorter function which provides per-request sorting of peers.
WithPrioritySelector sets a priority selector function which provides per-request prioritization of peers.
WithRetryOpts sets the retry options.
# Type aliases
PeerFilter filters out unwanted peers.
PeerSorter sorts the peers.
PrioritySelector determines how likely a peer is to be selected over another peer.