fetchcommit

package
v0.19.1118 Latest Latest
Warning

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

Go to latest
Published: Aug 12, 2026 License: AGPL-3.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

View Source
const SignalType signal.SignalType = "install-sync-fetch-commit"

Variables

This section is empty.

Functions

This section is empty.

Types

type Signal

type Signal struct {
	AppID                  string `json:"app_id" validate:"required"`
	AppInstallConfigSyncID string `json:"app_install_config_sync_id" validate:"required"`
	CommitSHA              string `json:"commit_sha,omitempty"`
	TriggeredBy            string `json:"triggered_by,omitempty"`

	FlowID string `json:"flow_id,omitempty"`
	StepID string `json:"step_id,omitempty"`
}

func (*Signal) Execute

func (s *Signal) Execute(ctx workflow.Context) error

func (*Signal) SetStepContext

func (s *Signal) SetStepContext(stepID, flowID string)

func (*Signal) Type

func (s *Signal) Type() signal.SignalType

func (*Signal) Validate

func (s *Signal) Validate(ctx workflow.Context) error

Jump to

Keyboard shortcuts

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