consul-haskell-0.1: A consul client for Haskell

Safe HaskellNone
LanguageHaskell2010

Network.Consul.Types

Documentation

data Check Source

Constructors

Check 

Fields

cNode :: Text
 
cCheckId :: Text
 
cName :: Maybe Text
 
cNotes :: Maybe Text
 
cServiceId :: Maybe Text
 
cStatus :: HealthCheckStatus
 
cOutput :: Text
 
cServiceName :: Text
 

Instances

data Health Source

Constructors

Health 

Fields

hNode :: Node
 
hService :: Service
 
hChecks :: [Check]
 

Instances

data Session Source

Constructors

Session 

Instances