()
| 172 | } |
| 173 | |
| 174 | func (c *userClient) GetClient() *ent.Client { |
| 175 | return c.client |
| 176 | } |
| 177 | |
| 178 | func (c *userClient) ListPasskeys(ctx context.Context, uid int) ([]*ent.Passkey, error) { |
| 179 | return c.client.Passkey.Query().Where(passkey.UserID(uid)).All(ctx) |
nothing calls this directly
no outgoing calls
no test coverage detected