All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.c0x12c.featureflag.notification.SlackNotifierConfig.kt Maven / Gradle / Ivy

There is a newer version: 0.3.0
Show newest version
package com.c0x12c.featureflag.notification

data class SlackNotifierConfig(
  val webhookUrl: String,
  val excludedStatuses: List = emptyList(),
  var requestHeaders: Map = emptyMap()
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy