payloads

package
v0.2.6 Latest Latest
Warning

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

Go to latest
Published: Apr 23, 2026 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Payloads = make(map[string]Payload)

Functions

func ResolveName added in v0.2.3

func ResolveName(name string) string

Types

type BucketCheck added in v0.2.3

type BucketCheck struct{}

func (BucketCheck) Desc added in v0.2.3

func (p BucketCheck) Desc() string

func (BucketCheck) Run added in v0.2.3

func (p BucketCheck) Run(ctx context.Context, config map[string]string)

type CloudList

type CloudList struct{}

func (CloudList) Desc

func (p CloudList) Desc() string

func (CloudList) Run

func (p CloudList) Run(ctx context.Context, config map[string]string)

type Entry added in v0.2.3

type Entry struct {
	Name    string
	Payload Payload
}

func Visible added in v0.2.3

func Visible() []Entry

type EventCheck added in v0.2.3

type EventCheck struct{}

func (EventCheck) Desc added in v0.2.3

func (p EventCheck) Desc() string

func (EventCheck) Run added in v0.2.3

func (p EventCheck) Run(ctx context.Context, config map[string]string)

type IAMUserCheck added in v0.2.3

type IAMUserCheck struct{}

func (IAMUserCheck) Desc added in v0.2.3

func (p IAMUserCheck) Desc() string

func (IAMUserCheck) Run added in v0.2.3

func (p IAMUserCheck) Run(ctx context.Context, config map[string]string)

type InstanceCmdCheck added in v0.2.3

type InstanceCmdCheck struct{}

func (InstanceCmdCheck) Desc added in v0.2.3

func (p InstanceCmdCheck) Desc() string

func (InstanceCmdCheck) Run added in v0.2.3

func (p InstanceCmdCheck) Run(ctx context.Context, config map[string]string)

type Payload

type Payload interface {
	Run(context.Context, map[string]string)
	Desc() string
}

func Lookup added in v0.2.3

func Lookup(name string) (Payload, string, bool)

type RDSAccountCheck added in v0.2.3

type RDSAccountCheck struct{}

func (RDSAccountCheck) Desc added in v0.2.3

func (p RDSAccountCheck) Desc() string

func (RDSAccountCheck) Run added in v0.2.3

func (p RDSAccountCheck) Run(ctx context.Context, config map[string]string)

Jump to

Keyboard shortcuts

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