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