Update returns a builder for updating this Attestation. Note that you need to call Attestation.Unwrap() before calling this method if this Attestation was returned from a transaction, and the transaction was committed or rolled back.
()
| 123 | // Note that you need to call Attestation.Unwrap() before calling this method if this Attestation |
| 124 | // was returned from a transaction, and the transaction was committed or rolled back. |
| 125 | func (_m *Attestation) Update() *AttestationUpdateOne { |
| 126 | return NewAttestationClient(_m.config).UpdateOne(_m) |
| 127 | } |
| 128 | |
| 129 | // Unwrap unwraps the Attestation entity that was returned from a transaction after it was closed, |
| 130 | // so that all future queries will be executed through the driver which created the transaction. |
nothing calls this directly
no test coverage detected