googlecloudworkflowstarget

package
v1.10.1-rc1 Latest Latest
Warning

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

Go to latest
Published: Oct 7, 2021 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func EnvAccessorCtor

func EnvAccessorCtor() pkgadapter.EnvConfigAccessor

EnvAccessorCtor for configuration parameters

func NewTarget

NewTarget adapter implementation

Types

type CreateWorkflowEvent

type CreateWorkflowEvent struct {
	Parent     string `json:"parent"`
	WorkflowID string `json:"workflow_id"`
	Workflow   struct {
		Name        string             `json:"name"`
		State       int32              `json:"state"`
		RevisionID  string             `json:"revision_id"`
		Description *string            `json:"description"`
		Labels      *map[string]string `json:"labels,omitempty"`
		SourceCode  string             `json:"source_code,omitempty"`
	} `json:"workflow"`
}

type RunJobEvent

type RunJobEvent struct {
	Parent        string `json:"parent"`
	ExecutionName string `json:"executionName"`
	Argument      string `json:"argument,omitempty"`
}

Jump to

Keyboard shortcuts

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