Versions in this module Expand all Collapse all v0 v0.1.3 Jun 20, 2022 Changes in this version + var Name = dep.Name("image", "resizer") + var Task = task.Of(Name, ResizeImage) + type Input struct + InputPath string + NewHeight int + NewWidth int + OutMime string + OutputPath string + type Output struct + Size int + func ResizeImage(ctx context.Context, args Input) (*Output, error)