batchnotify

package module
v0.0.0-...-40a3743 Latest Latest
Warning

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

Go to latest
Published: Aug 24, 2023 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Run

func Run(config *Config) error

func SystemName

func SystemName(to string) string

Types

type Config

type Config struct {
	AllowedFrom  []string
	SlackURL     string
	MailHostname string
}

type Event

type Event struct {
	System       string
	JobName      string
	Status       string
	ExitCode     int
	Unrecognized string
}

func ParseEvent

func ParseEvent(data []byte) (*Event, error)

func (*Event) String

func (e *Event) String() string

type SlackMessage

type SlackMessage struct {
	Text string `json:"text"`
}

Directories

Path Synopsis
cmd

Jump to

Keyboard shortcuts

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