| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Github.PostReceive.Types
- data Payload = Payload {}
- data Commit = Commit {
- commitId :: Text
- commitDistinct :: Bool
- commitMessage :: Text
- commitTimestamp :: Text
- commitUrl :: Text
- commitAuthor :: User
- commitCommitter :: User
- commitAdded :: [FilePath]
- commitRemoved :: [FilePath]
- commitModified :: [FilePath]
- data Repository = Repository {
- repoId :: Int
- repoName :: Text
- repoUrl :: Text
- repoDescription :: Text
- repoHomepage :: Maybe Text
- repoWatchers :: Int
- repoStargazers :: Int
- repoForks :: Int
- repoFork :: Bool
- repoSize :: Int
- repoOwner :: User
- repoPrivate :: Bool
- repoOpenIssues :: Int
- repoHasIssues :: Bool
- repoHasDownloads :: Bool
- repoHasWiki :: Bool
- repoLanguage :: Text
- repoCreatedAt :: Int
- repoPushedAt :: Int
- repoMasterBranch :: Text
- data User = User {}
- data EmailAddress :: *
Documentation
Constructors
| Payload | |
Fields
| |
Constructors
| Commit | |
Fields
| |
data Repository Source
Constructors
| Repository | |
Fields
| |
Instances
Constructors
| User | |
Fields
| |
data EmailAddress :: *
Represents an email address.
Instances
| Eq EmailAddress | |
| Data EmailAddress | |
| Ord EmailAddress | |
| Read EmailAddress | |
| Show EmailAddress | |
| Generic EmailAddress | |
| FromJSON EmailAddress | |
| Typeable * EmailAddress | |
| type Rep EmailAddress = D1 D1EmailAddress (C1 C1_0EmailAddress ((:*:) (S1 NoSelector (Rec0 ByteString)) (S1 NoSelector (Rec0 ByteString)))) |