Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
rqWinCode :: InfluxRqType -> Int Source #
toLine :: a -> ByteString Source #
newtype InfluxQuery Source #
data InfluxDBConfig Source #
InfluxDBConfig | |
|
class HasInfluxDBConfig c where Source #
influxDBConfig :: Lens' c InfluxDBConfig Source #
idbHost :: Lens' c ByteString Source #
idbPass :: Lens' c ByteString Source #
idbPort :: Lens' c Int Source #
idbUser :: Lens' c ByteString Source #