GitHub.Types.Base.Hook
data Hook Source #
Constructors
Fields
Defined in GitHub.Types.Base.Hook
Methods
(==) :: Hook -> Hook -> Bool #
(/=) :: Hook -> Hook -> Bool #
readsPrec :: Int -> ReadS Hook #
readList :: ReadS [Hook] #
readPrec :: ReadPrec Hook #
readListPrec :: ReadPrec [Hook] #
showsPrec :: Int -> Hook -> ShowS #
show :: Hook -> String #
showList :: [Hook] -> ShowS #
arbitrary :: Gen Hook #
shrink :: Hook -> [Hook] #
toJSON :: Hook -> Value #
toEncoding :: Hook -> Encoding #
toJSONList :: [Hook] -> Value #
toEncodingList :: [Hook] -> Encoding #
parseJSON :: Value -> Parser Hook #
parseJSONList :: Value -> Parser [Hook] #