GetByIDs returns the shares with given ids.
(ctx context.Context, ids []int)
| 35 | TxOperator |
| 36 | // GetByIDs returns the shares with given ids. |
| 37 | GetByIDs(ctx context.Context, ids []int) ([]*ent.Share, error) |
| 38 | // GetByID returns the share with given id. |
| 39 | GetByID(ctx context.Context, id int) (*ent.Share, error) |
| 40 | // GetByIDUser returns the share with given id and user id. |
nothing calls this directly
no outgoing calls
no test coverage detected