syncthing-hs-0.1.0.0: Haskell bindings for the Syncthing REST API

Safe HaskellSafe-Inferred
LanguageHaskell2010

Network.Syncthing.Common.Types

Contents

Synopsis

Common Types

type DeviceId = Text

type FolderName = Text

type SubPath = Text

type Host = Text

type Port = Int

type Addr = (Host, Maybe Port)

Defaults