(ctx context.Context, in io.Reader, width, height int, out io.Writer, options ...img.Option)
| 26 | type ImgService interface { |
| 27 | FormatFromExtension(ext string) (img.Format, error) |
| 28 | Resize(ctx context.Context, in io.Reader, width, height int, out io.Writer, options ...img.Option) error |
| 29 | } |
| 30 | |
| 31 | type FileCache interface { |
no outgoing calls