Safe Haskell | None |
---|---|
Language | Haskell2010 |
BDCS.API.ComposeConfig
- data ComposeConfig = ComposeConfig {
- ccCommit :: Text
- ccExportType :: ExportType
- parseComposeConfig :: Text -> Either String ComposeConfig
- composeConfigTOML :: ComposeConfig -> Text
Documentation
data ComposeConfig Source #
Information about the compose configuration not available in other results files
Constructors
ComposeConfig | |
Fields
|
Instances
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