| Safe Haskell | None |
|---|
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.