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