Hercules.API.Agent.LifeCycle.ServiceInfo
data ServiceInfo Source #
Constructors
Fields
Defined in Hercules.API.Agent.LifeCycle.ServiceInfo
Methods
parseJSON :: Value -> Parser ServiceInfo #
parseJSONList :: Value -> Parser [ServiceInfo] #
toJSON :: ServiceInfo -> Value #
toEncoding :: ServiceInfo -> Encoding #
toJSONList :: [ServiceInfo] -> Value #
toEncodingList :: [ServiceInfo] -> Encoding #
Associated Types
type Rep ServiceInfo :: Type -> Type #
from :: ServiceInfo -> Rep ServiceInfo x #
to :: Rep ServiceInfo x -> ServiceInfo #
showsPrec :: Int -> ServiceInfo -> ShowS #
show :: ServiceInfo -> String #
showList :: [ServiceInfo] -> ShowS #
rnf :: ServiceInfo -> () #
(==) :: ServiceInfo -> ServiceInfo -> Bool #
(/=) :: ServiceInfo -> ServiceInfo -> Bool #