matterhorn-90000.0.0: Terminal client for the Mattermost chat system
Safe HaskellSafe-Inferred
LanguageHaskell2010

Matterhorn.Config

Synopsis

Documentation

data Config Source #

This is how we represent the user's configuration. Most fields correspond to configuration file settings (see Config.hs) but some are for internal book-keeping purposes only.

Constructors

Config 

Fields

Instances

Instances details
Show Config Source # 
Instance details

Defined in Matterhorn.Types

Eq Config Source # 
Instance details

Defined in Matterhorn.Types

Methods

(==) :: Config -> Config -> Bool #

(/=) :: Config -> Config -> Bool #

data PasswordSource Source #

A user password is either given to us directly, or a command which we execute to find the password.