Safe Haskell | None |
---|---|
Language | Haskell2010 |
Cachix.Types.BinaryCacheAuthenticated
Synopsis
- data BinaryCacheAuthenticated = BinaryCacheAuthenticated {
- name :: Text
- uri :: Text
- publicSigningKeys :: [Text]
- isPublic :: Bool
- totalFileSize :: Integer
Documentation
data BinaryCacheAuthenticated Source #
Binary Cache response content when user is authenticated
Constructors
BinaryCacheAuthenticated | |
Fields
|