(ctx context.Context, store images.Store)
| 351 | } |
| 352 | |
| 353 | func (is *Store) Get(ctx context.Context, store images.Store) (images.Image, error) { |
| 354 | return store.Get(ctx, is.imageName) |
| 355 | } |
| 356 | |
| 357 | func (is *Store) Lookup(ctx context.Context, store images.Store) ([]images.Image, error) { |
| 358 | var imgs []images.Image |