feed-gipeda-0.3.0.1: CI service around gipeda

Safe HaskellNone
LanguageHaskell2010

FeedGipeda

Description

The API part of feed-gipeda. The console client is just a thin wrapper around this.

Synopsis

Documentation

data Endpoint Source #

An IP endpoint, or rather some string and some integer delimited by a colon.

Constructors

Endpoint 

Fields

feedGipeda :: Paths -> Command -> Deployment -> ProcessRole -> Verbosity -> IO () Source #

The parameters correspond exactly to the command line parameters, to you should read the --help message for more thorough documentation.

feedGipeda determines the appropriate mode of operation (e.g. watching or one-shot). It also works as master or slave node, depending on which endpoints are given. Lastly, verbose will lead to more debug output.