Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- data CachixCache = CachixCache {
- signingKeys :: [Text]
- authToken :: Maybe Text
- publicKeys :: [Text]
Documentation
data CachixCache Source #
Credentials and keys for a cache.
CachixCache | |
|
Instances
ToJSON CachixCache Source # | |
Defined in Hercules.Formats.CachixCache toJSON :: CachixCache -> Value # toEncoding :: CachixCache -> Encoding # toJSONList :: [CachixCache] -> Value # toEncodingList :: [CachixCache] -> Encoding # | |
FromJSON CachixCache Source # | |
Defined in Hercules.Formats.CachixCache parseJSON :: Value -> Parser CachixCache # parseJSONList :: Value -> Parser [CachixCache] # |