Method
Remove
(ctx context.Context, obj model.Obj)
Source from the content-addressed store, hash-verified
| 118 | } |
| 119 | |
| 120 | func (d *FebBox) Remove(ctx context.Context, obj model.Obj) error { |
| 121 | err := d.remove(obj.GetID()) |
| 122 | if err != nil { |
| 123 | return err |
| 124 | } |
| 125 | |
| 126 | return nil |
| 127 | } |
| 128 | |
| 129 | func (d *FebBox) Put(ctx context.Context, dstDir model.Obj, stream model.FileStreamer, up driver.UpdateProgress) (model.Obj, error) { |
| 130 | return nil, errs.NotImplement |
Callers
nothing calls this directly
Tested by
no test coverage detected