Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateProject ¶ added in v0.14.0
CreateProject represents the responses for CreateProject.
type CreateToken ¶ added in v0.14.0
type CreateToken struct { CreatedAt string `json:"created_at"` ExpiresAt string `json:"expires_at"` Token string `json:"token"` TokenID string `json:"token_id"` }
CreateToken represents the responses for CreateToken.
type ExecuteWorkflow ¶
type ExecuteWorkflow struct {
WorkflowName string `json:"workflow_name"`
}
ExecuteWorkflow represents the responses for ExecuteWorkflow.
type GetLogs ¶
type GetLogs struct {
Logs []string `json:"logs"`
}
GetLogs represents the responses for GetLogs.
type GetProject ¶
GetProject represents the responses for GetProject.
type GetWorkflowStatus ¶
type GetWorkflowStatus struct { Name string `json:"name"` Status string `json:"status"` Created string `json:"created"` Finished string `json:"finished"` }
GetWorkflowStatus represents the responses for GetWorkflowStatus.
type GetWorkflows ¶
type GetWorkflows []string
GetWorkflows represents the responses for GetWorkflows.
type ListTokens ¶ added in v0.14.0
type ListTokens struct { CreatedAt string `json:"created_at"` ExpiresAt string `json:"expires_at"` ProjectID string `json:"project,omitempty"` TokenID string `json:"token_id"` }
ListTokens represents the responses for ListTokens.
type TargetOperation ¶
type TargetOperation struct {
WorkflowName string `json:"workflow_name"`
}
TargetOperation represents the output to a targetOperation.
Click to show internal directories.
Click to hide internal directories.