cachix-api-0.6.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 #

NFData BinaryCache Source # 
Instance details

Defined in Cachix.Types.BinaryCache

Methods

rnf :: BinaryCache -> () #

ToSchema BinaryCache Source # 
Instance details

Defined in Cachix.Types.BinaryCache

Methods

declareNamedSchema :: Proxy BinaryCache -> Declare (Definitions Schema) NamedSchema

FromJSON BinaryCache Source # 
Instance details

Defined in Cachix.Types.BinaryCache

Methods

parseJSON :: Value -> Parser BinaryCache

parseJSONList :: Value -> Parser [BinaryCache]

ToJSON BinaryCache Source # 
Instance details

Defined in Cachix.Types.BinaryCache

Methods

toJSON :: BinaryCache -> Value

toEncoding :: BinaryCache -> Encoding

toJSONList :: [BinaryCache] -> Value

toEncodingList :: [BinaryCache] -> Encoding

type Rep BinaryCache Source # 
Instance details

Defined in Cachix.Types.BinaryCache