Documentation ¶
Index ¶
Constants ¶
View Source
const (
AvailableVersionsCacheStructVersion = 20230117
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AvailableVersionCache ¶
type AvailableVersionCache struct { StructVersion uint32 `json:"struct_version"` CliCache *CLIVersionCheckResponse `json:"cli_version"` }
type CLIVersionCheckResponse ¶
type ShouldShowNotificationsFunc ¶ added in v0.1.1
type TaskRunOption ¶
type TaskRunOption func(o *taskRunConfig)
func WithPreHook ¶
func WithPreHook(f HookFn) TaskRunOption
func WithShowNotificationsFunc ¶ added in v0.1.1
func WithShowNotificationsFunc(f ShouldShowNotificationsFunc) TaskRunOption
func WithTrimLogs ¶ added in v0.1.1
func WithTrimLogs(run bool) TaskRunOption
func WithUpdateCheck ¶
func WithUpdateCheck(run bool) TaskRunOption
Click to show internal directories.
Click to hide internal directories.