Versions in this module Expand all Collapse all v1 v1.11.0 Dec 2, 2022 Changes in this version + func Pipeline(name string, material []any, funcs []PipelineFunc) (result []any, errs []error) + type PipelineFunc = func(material any, result chan any) error Other modules containing this package github.com/yinweli/Sheeter/v2