sandwich-slack-0.1.0.3: Sandwich integration with Slack
Safe HaskellNone
LanguageHaskell2010

Test.Sandwich.Formatters.Internal.Types

Synopsis

Documentation

newtype SlackConfig Source #

Configuration options needed to connect to the Slack API

Constructors

SlackConfig 

Fields

Instances

Instances details
Show SlackConfig Source # 
Instance details

Defined in Test.Sandwich.Formatters.Internal.Types

data ProgressBarInfo Source #

The state of a progress bar message.

Constructors

ProgressBarInfo 

Fields

data ProgressBar Source #

An opaque type representing an existing Slack message.

data SlackFormatterShowCallStacks Source #

Constructors

SlackFormatterNoCallStacks

Don't include callstacks in failure messages

SlackFormatterTopNCallStackFrames Int

Include the top N stack frames

SlackFormatterFullCallStack

Include the full callstack