Skip to content

Commit

Permalink
fix: remove NotifyBackendTat and other references to Tat
Browse files Browse the repository at this point in the history
Signed-off-by: francois.samin <francois.samin@corp.ovh.com>
  • Loading branch information
fsamin authored and rclsilver committed Mar 25, 2024
1 parent ec4e1c9 commit 09979bc
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 25 deletions.
16 changes: 0 additions & 16 deletions LICENSES/go/github.com/ovh/tat/LICENSE

This file was deleted.

1 change: 0 additions & 1 deletion config/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ postgres://user:pass@db/utask?sslmode=disable
// notify_config contains a map of named notification configurations, composed of a type and config data,
// implemented notifiers include:
// - opsgenie (https://www.atlassian.com/software/opsgenie); available zones are: global, eu, sandbox
// - tat (github.com/ovh/tat)
// - slack webhook (https://api.slack.com/messaging/webhooks)
// - generic webhook (custom URL, with HTTP POST method)
// notification strategies can be declared per backend:
Expand Down
8 changes: 0 additions & 8 deletions utask.go
Original file line number Diff line number Diff line change
Expand Up @@ -168,14 +168,6 @@ type NotifyBackendOpsGenie struct {
Timeout string `json:"timeout"`
}

// NotifyBackendTat holds configuration for instantiating a Tat notify client
type NotifyBackendTat struct {
Username string `json:"username"`
Password string `json:"password"`
URL string `json:"url"`
Topic string `json:"topic"`
}

// NotifyBackendSlack holds configuration for instantiating a Slack notify client
type NotifyBackendSlack struct {
WebhookURL string `json:"webhook_url"`
Expand Down

0 comments on commit 09979bc

Please # to comment.