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