zuul-weeder-0.1.0.0: Zuul configuration analyzer
Copyright(c) Red Hat 2022
LicenseApache-2.0
Maintainertdecacqu@redhat.com, fboucher@redhat.com
Stabilityprovisional
Portabilityportable
Safe HaskellSafe-Inferred
LanguageGHC2021

Zuul.ServiceConfig

Description

The Zuul Service configuration (zuul.conf)

Synopsis

Documentation

data ServiceConfig Source #

The zuul.conf content

Constructors

ServiceConfig 

Fields

Instances

Instances details
Show ServiceConfig Source # 
Instance details

Defined in Zuul.ServiceConfig

readServiceConfig Source #

Arguments

:: IO Text

An action to produce the zuul.conf content

-> ExceptT Text IO ServiceConfig

The decoded config

Read the zuul.conf file