Because the Logseq client can/will request files it hasn't uploaded yet, the map will contain nil entries for requested files that don't exist
(ctx context.Context, id db.GraphID, fIDs []db.FileID)
| 78 | // Because the Logseq client can/will request files it hasn't uploaded yet, the |
| 79 | // map will contain nil entries for requested files that don't exist |
| 80 | BatchFileMeta(ctx context.Context, id db.GraphID, fIDs []db.FileID) (map[db.FileID]*db.FileMeta, error) |
| 81 | AllFileMeta(ctx context.Context, id db.GraphID) ([]*db.FileMeta, error) |
| 82 | } |
| 83 |