License | BSD-3-Clause |
---|---|
Maintainer | Oleg Grenrus <oleg.grenrus@iki.fi> |
Safe Haskell | None |
Language | Haskell2010 |
Documentation
data RepoWebhook Source #
RepoWebhook | |
|
Instances
data RepoWebhookEvent Source #
Instances
data RepoWebhookResponse Source #
Instances
PingEvent | |
|
Instances
Eq PingEvent Source # | |
Data PingEvent Source # | |
Defined in GitHub.Data.Webhooks gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> PingEvent -> c PingEvent # gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c PingEvent # toConstr :: PingEvent -> Constr # dataTypeOf :: PingEvent -> DataType # dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c PingEvent) # dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c PingEvent) # gmapT :: (forall b. Data b => b -> b) -> PingEvent -> PingEvent # gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> PingEvent -> r # gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> PingEvent -> r # gmapQ :: (forall d. Data d => d -> u) -> PingEvent -> [u] # gmapQi :: Int -> (forall d. Data d => d -> u) -> PingEvent -> u # gmapM :: Monad m => (forall d. Data d => d -> m d) -> PingEvent -> m PingEvent # gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> PingEvent -> m PingEvent # gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> PingEvent -> m PingEvent # | |
Ord PingEvent Source # | |
Defined in GitHub.Data.Webhooks | |
Show PingEvent Source # | |
Generic PingEvent Source # | |
FromJSON PingEvent Source # | |
Binary PingEvent Source # | |
NFData PingEvent Source # | |
Defined in GitHub.Data.Webhooks | |
type Rep PingEvent Source # | |
Defined in GitHub.Data.Webhooks type Rep PingEvent = D1 (MetaData "PingEvent" "GitHub.Data.Webhooks" "github-0.21-4ub3OwsHN9iKbFFFtffuFt" False) (C1 (MetaCons "PingEvent" PrefixI True) (S1 (MetaSel (Just "pingEventZen") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: (S1 (MetaSel (Just "pingEventHook") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 RepoWebhook) :*: S1 (MetaSel (Just "pingEventHookId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Id RepoWebhook))))) |
data NewRepoWebhook Source #
NewRepoWebhook | |
|
Instances
data EditRepoWebhook Source #