Delete returns a delete builder for FsEvent.
()
| 1146 | |
| 1147 | // Delete returns a delete builder for FsEvent. |
| 1148 | func (c *FsEventClient) Delete() *FsEventDelete { |
| 1149 | mutation := newFsEventMutation(c.config, OpDelete) |
| 1150 | return &FsEventDelete{config: c.config, hooks: c.Hooks(), mutation: mutation} |
| 1151 | } |
| 1152 | |
| 1153 | // DeleteOne returns a builder for deleting the given entity. |
| 1154 | func (c *FsEventClient) DeleteOne(fe *FsEvent) *FsEventDeleteOne { |
no test coverage detected