GetByHashID returns the share with given hash id.
(ctx context.Context, idRaw string)
| 41 | GetByIDUser(ctx context.Context, id, uid int) (*ent.Share, error) |
| 42 | // GetByHashID returns the share with given hash id. |
| 43 | GetByHashID(ctx context.Context, idRaw string) (*ent.Share, error) |
| 44 | // Upsert creates or update a new share record. |
| 45 | Upsert(ctx context.Context, params *CreateShareParams) (*ent.Share, error) |
| 46 | // Viewed increase the view count of the share. |
nothing calls this directly
no outgoing calls
no test coverage detected