integrations

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Mar 31, 2025 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Integrations = map[string]Integration{
	"stdout": {
		Name: "Standard Output",
		Run:  stdout.Run,
	},
	"comment": {
		Name: "Comment Integration",
		Run:  comment.Run,
	},
	"slack": {
		Name: "Slack Integration",
		Run:  slack.Run,
	},
	"actions": {
		Name: "GitHub Actions Integration",
		Run:  actions.Run,
	},
}

Functions

This section is empty.

Types

type Integration

type Integration struct {
	Name string
	Run  func(ctx context.Context)
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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