Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Cachix.API.Deploy
Documentation
Constructors
DeployAPI | |
Instances
Generic (DeployAPI route) Source # | |
type Rep (DeployAPI route) Source # | |
Defined in Cachix.API.Deploy type Rep (DeployAPI route) = D1 ('MetaData "DeployAPI" "Cachix.API.Deploy" "cachix-api-1.0.1-BJRMeNEwZdi9zSC53nJWlR" 'False) (C1 ('MetaCons "DeployAPI" 'PrefixI 'True) (S1 ('MetaSel ('Just "activate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 (route :- (CachixAuth :> ("deploy" :> ("activate" :> (ReqBody '[JSON] Deploy :> Post '[JSON] DeployResponse)))))))) |