| 125 | } |
| 126 | |
| 127 | type SoftDeleteDeleteClause struct { |
| 128 | ZeroValue sql.NullString |
| 129 | Field *schema.Field |
| 130 | } |
| 131 | |
| 132 | func (sd SoftDeleteDeleteClause) Name() string { |
| 133 | return "" |
nothing calls this directly
no outgoing calls
no test coverage detected