decision.go 293 Bytes
Newer Older
1 2
package decision

3
import intdec "gitlab.dms3.io/dms3/go-bitswap/internal/decision"
4

5
// Expose Receipt externally
6
type Receipt = intdec.Receipt
7 8 9 10 11 12

// Expose ScoreLedger externally
type ScoreLedger = intdec.ScoreLedger

// Expose ScorePeerFunc externally
type ScorePeerFunc = intdec.ScorePeerFunc