Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Cachix.Types.Deployment
Documentation
Constructors
Pending | |
InProgress | |
Cancelled | |
Failed | |
Succeeded |
Instances
FromJSON Status Source # | |
Defined in Cachix.Types.Deployment | |
ToJSON Status Source # | |
Generic Status Source # | |
Show Status Source # | |
NFData Status Source # | |
Defined in Cachix.Types.Deployment | |
Eq Status Source # | |
ToSchema Status Source # | |
Defined in Cachix.Types.Deployment Methods declareNamedSchema :: Proxy Status -> Declare (Definitions Schema) NamedSchema # | |
type Rep Status Source # | |
Defined in Cachix.Types.Deployment type Rep Status = D1 ('MetaData "Status" "Cachix.Types.Deployment" "cachix-api-1.7.8-1yZUXU9DNJAHzdlVKfVwS9" 'False) ((C1 ('MetaCons "Pending" 'PrefixI 'False) (U1 :: Type -> Type) :+: C1 ('MetaCons "InProgress" 'PrefixI 'False) (U1 :: Type -> Type)) :+: (C1 ('MetaCons "Cancelled" 'PrefixI 'False) (U1 :: Type -> Type) :+: (C1 ('MetaCons "Failed" 'PrefixI 'False) (U1 :: Type -> Type) :+: C1 ('MetaCons "Succeeded" 'PrefixI 'False) (U1 :: Type -> Type)))) |
data Deployment Source #
Constructors
Deployment | |