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 ¶
func NewTarget(ctx context.Context, envAcc pkgadapter.EnvConfigAccessor, ceClient cloudevents.Client) pkgadapter.Adapter
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 ¶
Click to show internal directories.
Click to hide internal directories.