package
1.0.0
Repository: https://github.com/hyperledger/fabric-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.

# Structs

Params defines the parameters of a selection service request.

# Type aliases

PeerFilter filters out unwanted peers.
PeerSorter sorts the peers.
PrioritySelector determines how likely a peer is to be selected over another peer.