Remove this object
(ctx context.Context)
| 75 | |
| 76 | // Remove this object |
| 77 | func (o Object) Remove(ctx context.Context) error { |
| 78 | return errNotImpl |
| 79 | } |
| 80 | |
| 81 | // SeekMode specifies the optional Seek interface for the ReadCloser returned by Open |
| 82 | type SeekMode int |