Versions in this module Expand all Collapse all v0 v0.1.0 Oct 24, 2025 Changes in this version + type BuildConfig struct + Branch *string + BuildCommand string + Repo string + RootDir *string + Runtime Runtime + type Image struct + ImagePath string + RegistryCredentialId *string + type ImageVersion struct + ImagePath string + RegistryCredentialId *string + Sha string + type Region string + const Frankfurt + const Ohio + const Oregon + const Singapore + const Virginia + type RunTask struct + Input TaskData + Task TaskIdentifier + type Runtime string + const Elixir + const Go + const Node + const Python + const Ruby + type Task struct + CreatedAt time.Time + Id string + Name string + type TaskData = []interface + type TaskIDParam = string + type TaskIdFilterParam = []string + type TaskIdentifier = string + type TaskRun struct + CompletedAt *time.Time + Id string + StartedAt *time.Time + Status TaskRunStatus + TaskId string + type TaskRunDetails struct + CompletedAt *time.Time + Error *string + Id string + Results TaskRunResult + StartedAt *time.Time + Status TaskRunStatus + TaskId string + type TaskRunIDParam = string + type TaskRunResult = []interface + type TaskRunStatus string + const Completed + const Failed + const Pending + const Running + type TaskSlug struct + TaskName string + Version *string + WorkflowServiceSlug string + type Workflow struct + BuildConfig *BuildConfig + CreatedAt time.Time + Id string + Image *Image + Name string + OwnerId string + Region Region + RunCommand *string + UpdatedAt time.Time + type WorkflowCreate struct + BuildConfig *BuildConfig + Image *Image + Name string + OwnerId string + Region Region + RunCommand *string + type WorkflowIDParam = string + type WorkflowUpdate struct + BuildConfig *BuildConfig + Image *Image + Name *string + RunCommand *string + type WorkflowVersion struct + CreatedAt time.Time + Id string + Image ImageVersion + Name string + WorkflowId string + type WorkflowVersionIDParam = string