dotmesh-io / dotmesh

dotmesh (dm) is like git for your data volumes (databases, files etc) in Docker and Kubernetes
https://dotmesh.com
Apache License 2.0
539 stars 29 forks source link

Deduplicate code in fsm_*_initiator.go #683

Open lukemarsden opened 5 years ago

lukemarsden commented 5 years ago

There are a few callers of utils.Pipe which define inline functions which are ripe for factoring out into a utility function.