| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Lighthouse.Options
Synopsis
- data Options s = Options {}
- defaultOptions :: Authentication -> s -> Options s
- data Authentication = Authentication {
- authUsername :: Text
- authToken :: Text
Documentation
Configuration options.
Constructors
| Options | |
Fields | |
defaultOptions :: Authentication -> s -> Options s Source #
Creates a default set of options.
data Authentication Source #
Authentication details for the Lighthouse.
Constructors
| Authentication | |
Fields
| |
Instances
| Show Authentication Source # | |
Defined in Lighthouse.Options Methods showsPrec :: Int -> Authentication -> ShowS # show :: Authentication -> String # showList :: [Authentication] -> ShowS # | |
| Eq Authentication Source # | |
Defined in Lighthouse.Options Methods (==) :: Authentication -> Authentication -> Bool # (/=) :: Authentication -> Authentication -> Bool # | |