github

package
v0.0.0-...-071fa83 Latest Latest
Warning

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

Go to latest
Published: Aug 4, 2025 License: MIT Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Publisher

type Publisher interface {
	Publish(ctx context.Context, message *messaging_pb.Message) error
	PublisherID() string
}

type SourceConfig

type SourceConfig struct {
	SourceApp string
	SourceEnv string
}

type WebhookWorker

type WebhookWorker struct {
	Source SourceConfig
	// contains filtered or unexported fields
}

func NewWebhookWorker

func NewWebhookWorker(secretToken string, source SourceConfig, publishers ...Publisher) (*WebhookWorker, error)

func (*WebhookWorker) HandleLambda

Jump to

Keyboard shortcuts

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