bdcs-api-0.1.3: BDCS API Server

Safe HaskellNone
LanguageHaskell2010

BDCS.API.ComposeConfig

Synopsis

Documentation

data ComposeConfig Source #

Information about the compose configuration not available in other results files

Constructors

ComposeConfig 

Fields

parseComposeConfig :: Text -> Either String ComposeConfig Source #

Parse a TOML formatted compose config string and return a ComposeConfig

If there is an error the details will be returned in the Left

composeConfigTOML :: ComposeConfig -> Text Source #

Return a TOML string from a ComposeConfig record