mirror of
https://github.com/ipfs/kubo.git
synced 2025-06-30 09:59:13 +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 {
|
||||
// TODO consider making entries immutable so they can be shared safely and
|
||||
// slices can be copied efficiently.
|
||||
Key u.Key
|
||||
Priority int
|
||||
}
|
||||
|
Reference in New Issue
Block a user