| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Cachix.Api
Documentation
swaggerDoc :: Swagger Source #
Constructors
| CachixAPI | |
Fields
| |
data BinaryCacheAPI route Source #
Constructors
| BinaryCacheAPI | |
Fields
| |
Instances
| Generic (BinaryCacheAPI route) Source # | |
Defined in Cachix.Api Associated Types type Rep (BinaryCacheAPI route) :: Type -> Type # Methods from :: BinaryCacheAPI route -> Rep (BinaryCacheAPI route) x # to :: Rep (BinaryCacheAPI route) x -> BinaryCacheAPI route # | |
| type Rep (BinaryCacheAPI route) Source # | |
Defined in Cachix.Api | |
type CachixServantAPI = "api" :> ("v1" :> ToServantApi CachixAPI) Source #
module Cachix.Api.Types
module Cachix.Types.ContentTypes