GetByID returns a file by its ID.
(ctx context.Context, ids int)
| 166 | GetByIDs(ctx context.Context, ids []int, page int) ([]*ent.File, int, error) |
| 167 | // GetByID returns a file by its ID. |
| 168 | GetByID(ctx context.Context, ids int) (*ent.File, error) |
| 169 | // GetEntitiesByIDs returns entities with given IDs. The result is paginated. Caller should keep calling this until |
| 170 | // returned next page is negative. |
| 171 | GetEntitiesByIDs(ctx context.Context, ids []int, page int) ([]*ent.Entity, int, error) |
no outgoing calls
no test coverage detected