Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 1.52 KB

README.md

File metadata and controls

24 lines (18 loc) · 1.52 KB



Pipeline

Build Status Coverage Go Report Card GoDoc Release

Pipeline is a GPL3-licensed Go package for building, executing and representing pipelines (aka workflows / templates).

Getting started

  • API documentation and examples are available via godoc.
  • The examples directory contains more elaborate example applications.
  • No specific mocks are needed for testing, every element is completely decoupled and atomic. You can create your own ones however you deem fit.

API stability

Pipeline follows semantic versioning and provides API stability via the gopkg.in service. You can import a version with a guaranteed stable API via http://gopkg.in/saantiaguilera/go-pipeline.v1