Delete returns a delete builder for CASMapping.
()
| 929 | |
| 930 | // Delete returns a delete builder for CASMapping. |
| 931 | func (c *CASMappingClient) Delete() *CASMappingDelete { |
| 932 | mutation := newCASMappingMutation(c.config, OpDelete) |
| 933 | return &CASMappingDelete{config: c.config, hooks: c.Hooks(), mutation: mutation} |
| 934 | } |
| 935 | |
| 936 | // DeleteOne returns a builder for deleting the given entity. |
| 937 | func (c *CASMappingClient) DeleteOne(_m *CASMapping) *CASMappingDeleteOne { |
no test coverage detected