syncthing-hs-0.1.0.0: Network/Syncthing/Internal/Lens.hs
{-# LANGUAGE TemplateHaskell #-}
module Network.Syncthing.Internal.Lens
( pServer
, pApiKey
, pAuth
, pHttps
, pManager
) where
import Control.Lens (makeLenses)
import Network.Syncthing.Internal.Config (SyncConfig)
$(makeLenses ''SyncConfig)