Update will replace the data in the store with the provided image. If one or more fieldpaths are provided, only those fields will be updated.
(ctx context.Context, image Image, fieldpaths ...string)
| 92 | // Update will replace the data in the store with the provided image. If |
| 93 | // one or more fieldpaths are provided, only those fields will be updated. |
| 94 | Update(ctx context.Context, image Image, fieldpaths ...string) (Image, error) |
| 95 | |
| 96 | Delete(ctx context.Context, name string, opts ...DeleteOpt) error |
| 97 | } |
no outgoing calls
no test coverage detected