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