Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PostWorkflowRunRequestEnvelope ¶
type PostWorkflowRunRequestEnvelope struct {
Parameters map[string]openapi.WorkflowRunParameter `json:"parameters"`
}
type PostWorkflowRunResponseEnvelope ¶
type PostWorkflowRunResponseEnvelope struct {
WorkflowRun *model.WorkflowRun `json:"workflow_run"`
}
Click to show internal directories.
Click to hide internal directories.