Delete returns a delete builder for Attestation.
()
| 615 | |
| 616 | // Delete returns a delete builder for Attestation. |
| 617 | func (c *AttestationClient) Delete() *AttestationDelete { |
| 618 | mutation := newAttestationMutation(c.config, OpDelete) |
| 619 | return &AttestationDelete{config: c.config, hooks: c.Hooks(), mutation: mutation} |
| 620 | } |
| 621 | |
| 622 | // DeleteOne returns a builder for deleting the given entity. |
| 623 | func (c *AttestationClient) DeleteOne(_m *Attestation) *AttestationDeleteOne { |
no test coverage detected