hercules-ci-api-0.6.0.1: Hercules CI API definition with Servant
Safe HaskellNone
LanguageHaskell2010

Hercules.API.Health

Documentation

data HealthAPI auth f Source #

Constructors

HealthAPI 

Fields

Instances

Instances details
Generic (HealthAPI auth f) Source # 
Instance details

Defined in Hercules.API.Health

Associated Types

type Rep (HealthAPI auth f) :: Type -> Type #

Methods

from :: HealthAPI auth f -> Rep (HealthAPI auth f) x #

to :: Rep (HealthAPI auth f) x -> HealthAPI auth f #

type Rep (HealthAPI auth f) Source # 
Instance details

Defined in Hercules.API.Health

type Rep (HealthAPI auth f) = D1 ('MetaData "HealthAPI" "Hercules.API.Health" "hercules-ci-api-0.6.0.1-L0iUsBHZSJOKN1YKeFqdwV" 'False) (C1 ('MetaCons "HealthAPI" 'PrefixI 'True) (S1 ('MetaSel ('Just "db") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (f :- (Summary "Health check for the database" :> ("health" :> ("db" :> Get '[JSON] NoContent))))) :*: (S1 ('MetaSel ('Just "queue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (f :- (Summary "Health check for the queue" :> ("health" :> ("queue" :> Get '[JSON] NoContent))))) :*: S1 ('MetaSel ('Just "github") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (f :- (Summary "Health check for the github" :> ("health" :> ("github" :> Get '[JSON] NoContent))))))))