Safe Haskell | None |
---|---|
Language | Haskell2010 |
The API part of feed-gipeda
. The console client is just a thin wrapper
around this.
- data Endpoint = Endpoint {}
- feedGipeda :: Paths -> Command -> Deployment -> ProcessRole -> Verbosity -> IO ()
- module FeedGipeda.Types
Documentation
An IP endpoint, or rather some string and some integer delimited by a colon.
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.
module FeedGipeda.Types