unison-share-api-0.0.0
Safe HaskellSafe-Inferred
LanguageHaskell2010

Unison.Server.Local.Endpoints.Projects.Types

Documentation

data ProjectListing Source #

Instances

Instances details
ToJSON ProjectListing Source # 
Instance details

Defined in Unison.Server.Local.Endpoints.Projects.Types

Generic ProjectListing Source # 
Instance details

Defined in Unison.Server.Local.Endpoints.Projects.Types

Associated Types

type Rep ProjectListing :: Type -> Type #

Show ProjectListing Source # 
Instance details

Defined in Unison.Server.Local.Endpoints.Projects.Types

ToSchema ProjectListing Source # 
Instance details

Defined in Unison.Server.Local.Endpoints.Projects.Types

ToSample ProjectListing Source # 
Instance details

Defined in Unison.Server.Local.Endpoints.Projects.Types

FromRow ProjectListing Source # 
Instance details

Defined in Unison.Server.Local.Endpoints.Projects.Types

type Rep ProjectListing Source # 
Instance details

Defined in Unison.Server.Local.Endpoints.Projects.Types

type Rep ProjectListing = D1 ('MetaData "ProjectListing" "Unison.Server.Local.Endpoints.Projects.Types" "unison-share-api-0.0.0-DjJTHq4RXAhIbjUhEuEEb1" 'False) (C1 ('MetaCons "ProjectListing" 'PrefixI 'True) (S1 ('MetaSel ('Just "projectName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 ProjectName) :*: S1 ('MetaSel ('Just "mostRecentActiveBranch") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe ProjectBranchName))))

data ProjectBranchListing Source #

Instances

Instances details
ToJSON ProjectBranchListing Source # 
Instance details

Defined in Unison.Server.Local.Endpoints.Projects.Types

Generic ProjectBranchListing Source # 
Instance details

Defined in Unison.Server.Local.Endpoints.Projects.Types

Associated Types

type Rep ProjectBranchListing :: Type -> Type #

Show ProjectBranchListing Source # 
Instance details

Defined in Unison.Server.Local.Endpoints.Projects.Types

ToSchema ProjectBranchListing Source # 
Instance details

Defined in Unison.Server.Local.Endpoints.Projects.Types

ToSample ProjectBranchListing Source # 
Instance details

Defined in Unison.Server.Local.Endpoints.Projects.Types

FromRow ProjectBranchListing Source # 
Instance details

Defined in Unison.Server.Local.Endpoints.Projects.Types

type Rep ProjectBranchListing Source # 
Instance details

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-DjJTHq4RXAhIbjUhEuEEb1" 'False) (C1 ('MetaCons "ProjectBranchListing" 'PrefixI 'True) (S1 ('MetaSel ('Just "branchName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 ProjectBranchName)))