Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
swaggerDoc :: Swagger Source #
CachixAPI | |
|
data BinaryCacheAPI route Source #
BinaryCacheAPI | |
|
Instances
Generic (BinaryCacheAPI route) Source # | |
Defined in Cachix.Api type Rep (BinaryCacheAPI route) :: * -> * # 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