cachix-api-0.2.1: Servant HTTP API specification for https://cachix.org

Safe HaskellNone
LanguageHaskell2010

Cachix.Types.BinaryCacheCreate

Documentation

data BinaryCacheCreate Source #

Instances
Show BinaryCacheCreate Source # 
Instance details

Defined in Cachix.Types.BinaryCacheCreate

Generic BinaryCacheCreate Source # 
Instance details

Defined in Cachix.Types.BinaryCacheCreate

Associated Types

type Rep BinaryCacheCreate :: Type -> Type #

ToJSON BinaryCacheCreate Source # 
Instance details

Defined in Cachix.Types.BinaryCacheCreate

FromJSON BinaryCacheCreate Source # 
Instance details

Defined in Cachix.Types.BinaryCacheCreate

ToSchema BinaryCacheCreate Source # 
Instance details

Defined in Cachix.Types.BinaryCacheCreate

type Rep BinaryCacheCreate Source # 
Instance details

Defined in Cachix.Types.BinaryCacheCreate

type Rep BinaryCacheCreate = D1 (MetaData "BinaryCacheCreate" "Cachix.Types.BinaryCacheCreate" "cachix-api-0.2.1-Ao9FL41csXc1hKuQ67f9qP" False) (C1 (MetaCons "BinaryCacheCreate" PrefixI True) ((S1 (MetaSel (Just "publicSigningKey") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "isPublic") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Bool)) :*: (S1 (MetaSel (Just "githubOrganization") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "githubTeamId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe Int)))))