| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Hercules.API.Repos.RepoKey
Documentation
Constructors
| RepoKey | |
Instances
| FromJSON RepoKey Source # | |
| ToJSON RepoKey Source # | |
| Generic RepoKey Source # | |
| Show RepoKey Source # | |
| NFData RepoKey Source # | |
Defined in Hercules.API.Repos.RepoKey | |
| Eq RepoKey Source # | |
| ToSchema RepoKey Source # | |
Defined in Hercules.API.Repos.RepoKey Methods declareNamedSchema :: Proxy RepoKey -> Declare (Definitions Schema) NamedSchema Source # | |
| type Rep RepoKey Source # | |
Defined in Hercules.API.Repos.RepoKey type Rep RepoKey = D1 ('MetaData "RepoKey" "Hercules.API.Repos.RepoKey" "hercules-ci-api-0.8.1.0-inplace" 'False) (C1 ('MetaCons "RepoKey" 'PrefixI 'True) ((S1 ('MetaSel ('Just "siteName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: S1 ('MetaSel ('Just "ownerName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "repoName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: S1 ('MetaSel ('Just "projectId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe (Id Project)))))) | |