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