slack

package
v0.51.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 9, 2024 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func EncodeProps

func EncodeProps(users, channels, webhooks []string) map[string]any

Types

type AlertFailData

type AlertFailData struct {
	Subject             string
	DisplayName         string
	ExecutionTimeString string // Will be inferred from ExecutionTime
	FailRow             map[string]any
	OpenLink            htemplate.URL
	EditLink            htemplate.URL
}

type AlertStatusData

type AlertStatusData struct {
	Subject             string
	DisplayName         string
	ExecutionTimeString string // Will be inferred from ExecutionTime
	IsPass              bool
	IsRecover           bool
	IsError             bool
	ErrorMessage        string
	OpenLink            htemplate.URL
	EditLink            htemplate.URL
}

type NotifierProperties

type NotifierProperties struct {
	Users    []string `mapstructure:"users"`
	Channels []string `mapstructure:"channels"`
	Webhooks []string `mapstructure:"webhooks"`
}

func DecodeProps

func DecodeProps(propsMap map[string]any) (*NotifierProperties, error)

type ReportStatusData added in v0.51.0

type ReportStatusData struct {
	DisplayName      string
	ReportTimeString string
	DownloadFormat   string
	OpenLink         string
	DownloadLink     string
	EditLink         string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL