Cachix.Types.BinaryCache
data BinaryCache Source #
Constructors
Fields
Defined in Cachix.Types.BinaryCache
Methods
parseJSON :: Value -> Parser BinaryCache #
parseJSONList :: Value -> Parser [BinaryCache] #
toJSON :: BinaryCache -> Value #
toEncoding :: BinaryCache -> Encoding #
toJSONList :: [BinaryCache] -> Value #
toEncodingList :: [BinaryCache] -> Encoding #
Associated Types
type Rep BinaryCache :: Type -> Type #
from :: BinaryCache -> Rep BinaryCache x #
to :: Rep BinaryCache x -> BinaryCache #
showsPrec :: Int -> BinaryCache -> ShowS #
show :: BinaryCache -> String #
showList :: [BinaryCache] -> ShowS #
rnf :: BinaryCache -> () #
declareNamedSchema :: Proxy BinaryCache -> Declare (Definitions Schema) NamedSchema #