Copyright | (c) Moritz Schulte 2017 |
---|---|
License | BSD3 |
Maintainer | mtesseract@silverratio.net |
Stability | experimental |
Portability | POSIX |
Safe Haskell | None |
Language | Haskell2010 |
Network.Nakadi.Lenses
Description
This module exports lenses for the data types contained in this package.
Documentation
class HasNakadiConfig s a where Source #
Minimal complete definition
Methods
nakadiConfig :: Lens' s a Source #
class HasNakadiConsumeParameters s a | s -> a where Source #
Minimal complete definition
Methods
consumeParameters :: Lens' s a Source #
Instances