| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Hetzner.Cloud.Fingerprint
Description
Parsers for the Fingerprint type.
This is an internal module that's not needed for the normal use of the library.
Synopsis
- data Fingerprint
- newtype FingerprintText = FingerprintText {}
Documentation
data Fingerprint #
Instances
newtype FingerprintText Source #
A wrapper of Fingerprint with a custom FromJSON instance.
Constructors
| FingerprintText | |
Fields | |
Instances
| FromJSON FingerprintText Source # | |
Defined in Hetzner.Cloud.Fingerprint Methods parseJSON :: Value -> Parser FingerprintText # parseJSONList :: Value -> Parser [FingerprintText] # | |