Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Hercules.Agent.WorkerProtocol.Command.StartDaemon
Documentation
data StartDaemon Source #
Constructors
StartDaemon | |
Fields |
Instances
Generic StartDaemon Source # | |
Defined in Hercules.Agent.WorkerProtocol.Command.StartDaemon Associated Types type Rep StartDaemon :: Type -> Type # | |
Show StartDaemon Source # | |
Defined in Hercules.Agent.WorkerProtocol.Command.StartDaemon Methods showsPrec :: Int -> StartDaemon -> ShowS # show :: StartDaemon -> String # showList :: [StartDaemon] -> ShowS # | |
Binary StartDaemon Source # | |
Eq StartDaemon Source # | |
type Rep StartDaemon Source # | |
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))) |