Documentation ¶
Index ¶
- func Cancel(ctx *context_module.Context)
- func List(ctx *context.Context)
- func MustEnableActions(ctx *context.Context)
- func Rerun(ctx *context_module.Context)
- func View(ctx *context_module.Context)
- func ViewPost(ctx *context_module.Context)
- type ViewJob
- type ViewJobStep
- type ViewRequest
- type ViewResponse
- type ViewStepLog
- type ViewStepLogLine
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Cancel ¶
func Cancel(ctx *context_module.Context)
func MustEnableActions ¶
MustEnableActions check if actions are enabled in settings
func Rerun ¶
func Rerun(ctx *context_module.Context)
func View ¶
func View(ctx *context_module.Context)
func ViewPost ¶
func ViewPost(ctx *context_module.Context)
Types ¶
type ViewJobStep ¶
type ViewRequest ¶
type ViewResponse ¶
type ViewResponse struct { State struct { Run struct { Link string `json:"link"` Title string `json:"title"` CanCancel bool `json:"canCancel"` Done bool `json:"done"` Jobs []*ViewJob `json:"jobs"` } `json:"run"` CurrentJob struct { Title string `json:"title"` Detail string `json:"detail"` Steps []*ViewJobStep `json:"steps"` } `json:"currentJob"` } `json:"state"` Logs struct { StepsLog []*ViewStepLog `json:"stepsLog"` } `json:"logs"` }
type ViewStepLog ¶
type ViewStepLog struct { Step int `json:"step"` Cursor int64 `json:"cursor"` Lines []*ViewStepLogLine `json:"lines"` }
type ViewStepLogLine ¶
Click to show internal directories.
Click to hide internal directories.