matterhorn-50200.11.0: Terminal client for the Mattermost chat system

Safe HaskellNone
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
Eq Config Source # 
Instance details

Defined in Matterhorn.Types

Methods

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

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

Show Config Source # 
Instance details

Defined in Matterhorn.Types

data PasswordSource Source #

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