mirror of
https://github.com/ipfs/kubo.git
synced 2025-07-01 10:49:24 +08:00
add comment
License: MIT Signed-off-by: Brian Tiger Chow <brian@perfmode.com>
This commit is contained in:

committed by
Juan Batiz-Benet

parent
1b1260b658
commit
9c301a2d77
@ -17,6 +17,8 @@ type Wantlist struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type Entry struct {
|
type Entry struct {
|
||||||
|
// TODO consider making entries immutable so they can be shared safely and
|
||||||
|
// slices can be copied efficiently.
|
||||||
Key u.Key
|
Key u.Key
|
||||||
Priority int
|
Priority int
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user