cachix-api-0.7.0: Servant HTTP API specification for https://cachix.org
Safe HaskellNone
LanguageHaskell2010

Cachix.Types.BinaryCache

Documentation

data BinaryCache Source #

Instances

Instances details
Show BinaryCache Source # 
Instance details

Defined in Cachix.Types.BinaryCache

Generic BinaryCache Source # 
Instance details

Defined in Cachix.Types.BinaryCache

Associated Types

type Rep BinaryCache :: Type -> Type #

ToJSON BinaryCache Source # 
Instance details

Defined in Cachix.Types.BinaryCache

FromJSON BinaryCache Source # 
Instance details

Defined in Cachix.Types.BinaryCache

NFData BinaryCache Source # 
Instance details

Defined in Cachix.Types.BinaryCache

Methods

rnf :: BinaryCache -> () #

ToSchema BinaryCache Source # 
Instance details

Defined in Cachix.Types.BinaryCache

type Rep BinaryCache Source # 
Instance details

Defined in Cachix.Types.BinaryCache

type Rep BinaryCache = D1 ('MetaData "BinaryCache" "Cachix.Types.BinaryCache" "cachix-api-0.7.0-BFFRP5WN6zAAytcfqK4iAg" 'False) (C1 ('MetaCons "BinaryCache" 'PrefixI 'True) ((S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: (S1 ('MetaSel ('Just "uri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: S1 ('MetaSel ('Just "isPublic") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Bool))) :*: (S1 ('MetaSel ('Just "publicSigningKeys") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 [Text]) :*: (S1 ('MetaSel ('Just "githubUsername") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text) :*: S1 ('MetaSel ('Just "permission") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Permission)))))