Documentation
¶
Index ¶
- Variables
- func DeployAll(ctx context.Context, path string, deployCfg model.DeployConfig) (model.DeployResult, error)
- func DeployAppFromFolder(ctx context.Context, path string, deployCfg model.DeployConfig) (model.SingleAppDeploySuccessType, error)
- func DeployAppFromInlineConfig(ctx context.Context, deployCfg model.DeployConfig, cfg model.AppConfig) (model.SingleAppDeploySuccessType, error)
- func HandleGithubWebhook(payload github.PushWebhookPayload, path string) error
- func SkippedNotValid(cause error) error
- func TraverseDeepAppTree(ctx context.Context, path string, opts TraverseAppTreeOptions) error
- type TraverseAppTreeOptions
Constants ¶
This section is empty.
Variables ¶
View Source
var SkippedAbortedEarlier = fmt.Errorf("skipped: job aborted earlier")
Functions ¶
func DeployAll ¶
func DeployAll( ctx context.Context, path string, deployCfg model.DeployConfig, ) (model.DeployResult, error)
func DeployAppFromFolder ¶ added in v0.0.18
func DeployAppFromFolder(ctx context.Context, path string, deployCfg model.DeployConfig) (model.SingleAppDeploySuccessType, error)
func DeployAppFromInlineConfig ¶
func DeployAppFromInlineConfig(ctx context.Context, deployCfg model.DeployConfig, cfg model.AppConfig) (model.SingleAppDeploySuccessType, error)
func HandleGithubWebhook ¶
func HandleGithubWebhook(payload github.PushWebhookPayload, path string) error
func SkippedNotValid ¶
func TraverseDeepAppTree ¶ added in v0.0.17
func TraverseDeepAppTree( ctx context.Context, path string, opts TraverseAppTreeOptions, ) error
Types ¶
type TraverseAppTreeOptions ¶ added in v0.0.17
Click to show internal directories.
Click to hide internal directories.