GetRecentPermanodes returns recently-modified permanodes. This is a higher-level query returning more metadata than the index.GetRecentPermanodes, which only scans the blobrefs but doesn't return anything about the permanodes.
(context.Context, *RecentRequest)
| 87 | // This is a higher-level query returning more metadata than the index.GetRecentPermanodes, |
| 88 | // which only scans the blobrefs but doesn't return anything about the permanodes. |
| 89 | GetRecentPermanodes(context.Context, *RecentRequest) (*RecentResponse, error) |
| 90 | } |
| 91 | |
| 92 | var _ GetRecentPermanoder = (*Handler)(nil) |