| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Unison.Server.Local.Endpoints.Projects.Types
Documentation
data ProjectListing Source #
Constructors
| ProjectListing | |
Instances
data ProjectBranchListing Source #
Constructors
| ProjectBranchListing | |
Fields | |
Instances
| ToJSON ProjectBranchListing Source # | |||||
Defined in Unison.Server.Local.Endpoints.Projects.Types Methods toJSON :: ProjectBranchListing -> Value # toEncoding :: ProjectBranchListing -> Encoding # toJSONList :: [ProjectBranchListing] -> Value # toEncodingList :: [ProjectBranchListing] -> Encoding # omitField :: ProjectBranchListing -> Bool # | |||||
| Generic ProjectBranchListing Source # | |||||
Defined in Unison.Server.Local.Endpoints.Projects.Types Associated Types
Methods from :: ProjectBranchListing -> Rep ProjectBranchListing x # to :: Rep ProjectBranchListing x -> ProjectBranchListing # | |||||
| Show ProjectBranchListing Source # | |||||
Defined in Unison.Server.Local.Endpoints.Projects.Types Methods showsPrec :: Int -> ProjectBranchListing -> ShowS # show :: ProjectBranchListing -> String # showList :: [ProjectBranchListing] -> ShowS # | |||||
| ToSchema ProjectBranchListing Source # | |||||
Defined in Unison.Server.Local.Endpoints.Projects.Types Methods declareNamedSchema :: Proxy ProjectBranchListing -> Declare (Definitions Schema) NamedSchema # | |||||
| ToSample ProjectBranchListing Source # | |||||
Defined in Unison.Server.Local.Endpoints.Projects.Types Methods toSamples :: Proxy ProjectBranchListing -> [(Text, ProjectBranchListing)] # | |||||
| FromRow ProjectBranchListing Source # | |||||
Defined in Unison.Server.Local.Endpoints.Projects.Types Methods | |||||
| type Rep ProjectBranchListing Source # | |||||
Defined in Unison.Server.Local.Endpoints.Projects.Types type Rep ProjectBranchListing = D1 ('MetaData "ProjectBranchListing" "Unison.Server.Local.Endpoints.Projects.Types" "unison-share-api-0.0.0-9fFxz1kl0ay2hTWczK4vVA" 'False) (C1 ('MetaCons "ProjectBranchListing" 'PrefixI 'True) (S1 ('MetaSel ('Just "branchName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 ProjectBranchName))) | |||||