mirror of
https://github.com/PeernetOfficial/core.git
synced 2026-07-18 03:07:51 +01:00
added filter to search based on NodeID
This commit is contained in:
@@ -25,6 +25,7 @@ type SearchFilter struct {
|
||||
Sort int // Sort order. See SortX.
|
||||
SizeMin int // Min file size in bytes. -1 = not used.
|
||||
SizeMax int // Max file size in bytes. -1 = not used.
|
||||
NodeID []byte // Filter based on a NodeID provided
|
||||
}
|
||||
|
||||
// SearchJob is a collection of search jobs
|
||||
|
||||
Reference in New Issue
Block a user