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

Unison.Server.Local.Endpoints.Current

Documentation

data Current Source #

Instances

Instances details
ToJSON Current Source # 
Instance details

Defined in Unison.Server.Local.Endpoints.Current

Generic Current Source # 
Instance details

Defined in Unison.Server.Local.Endpoints.Current

Associated Types

type Rep Current :: Type -> Type #

Methods

from :: Current -> Rep Current x #

to :: Rep Current x -> Current #

Show Current Source # 
Instance details

Defined in Unison.Server.Local.Endpoints.Current

ToSchema Current Source # 
Instance details

Defined in Unison.Server.Local.Endpoints.Current

ToSample Current Source # 
Instance details

Defined in Unison.Server.Local.Endpoints.Current

Methods

toSamples :: Proxy Current -> [(Text, Current)] #

type Rep Current Source # 
Instance details

Defined in Unison.Server.Local.Endpoints.Current

type Rep Current = D1 ('MetaData "Current" "Unison.Server.Local.Endpoints.Current" "unison-share-api-0.0.0-7lCnmLo0h1RCAMi07EAZKZ" 'False) (C1 ('MetaCons "Current" 'PrefixI 'True) (S1 ('MetaSel ('Just "project") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe ProjectName)) :*: (S1 ('MetaSel ('Just "branch") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (Maybe ProjectBranchName)) :*: S1 ('MetaSel ('Just "path") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Absolute))))