hercules-ci-agent-0.9.0: Runs Continuous Integration tasks on your machines
Safe HaskellSafe-Inferred
LanguageHaskell2010

Hercules.Agent.WorkerProtocol.Command.StartDaemon

Documentation

data StartDaemon Source #

Constructors

StartDaemon 

Fields

Instances

Instances details
Generic StartDaemon Source # 
Instance details

Defined in Hercules.Agent.WorkerProtocol.Command.StartDaemon

Associated Types

type Rep StartDaemon :: Type -> Type #

Show StartDaemon Source # 
Instance details

Defined in Hercules.Agent.WorkerProtocol.Command.StartDaemon

Binary StartDaemon Source # 
Instance details

Defined in Hercules.Agent.WorkerProtocol.Command.StartDaemon

Eq StartDaemon Source # 
Instance details

Defined in Hercules.Agent.WorkerProtocol.Command.StartDaemon

type Rep StartDaemon Source # 
Instance details

Defined in Hercules.Agent.WorkerProtocol.Command.StartDaemon

type Rep StartDaemon = D1 ('MetaData "StartDaemon" "Hercules.Agent.WorkerProtocol.Command.StartDaemon" "hercules-ci-agent-0.9.0-inplace" 'False) (C1 ('MetaCons "StartDaemon" 'PrefixI 'True) (S1 ('MetaSel ('Just "socketPath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 FilePath)))