task

package
v0.22.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 5, 2024 License: AGPL-3.0 Imports: 27 Imported by: 0

Documentation

Index

Constants

View Source
const (
	AvailableVersionsCacheStructVersion = 20230117
)

Variables

This section is empty.

Functions

func IsBatchQueryCmd added in v0.21.0

func IsBatchQueryCmd(cmd *cobra.Command, cmdArgs []string) bool

func IsCheckCmd added in v0.22.0

func IsCheckCmd(cmd *cobra.Command) bool

func IsDashboardCmd added in v0.22.0

func IsDashboardCmd(cmd *cobra.Command) bool

func IsModCmd added in v0.22.0

func IsModCmd(cmd *cobra.Command) bool

func IsPluginManagerCmd added in v0.20.0

func IsPluginManagerCmd(cmd *cobra.Command) bool

func RunTasks

func RunTasks(ctx context.Context, cmd *cobra.Command, args []string, options ...TaskRunOption) chan struct{}

RunTasks runs all tasks asynchronously returns a channel which is closed once all tasks are finished or the provided context is cancelled

Types

type AvailableVersionCache added in v0.19.0

type AvailableVersionCache struct {
	StructVersion uint32                               `json:"struct_version"`
	CliCache      *CLIVersionCheckResponse             `json:"cli_version"`
	PluginCache   map[string]plugin.VersionCheckReport `json:"plugin_version"`
}

type CLIVersionCheckResponse added in v0.19.0

type CLIVersionCheckResponse struct {
	NewVersion   string    `json:"latest_version,omitempty"` // `json:"current_version"`
	DownloadURL  string    `json:"download_url,omitempty"`   // `json:"download_url"`
	ChangelogURL string    `json:"html,omitempty"`           // `json:"changelog_url"`
	Alerts       []*string `json:"alerts,omitempty"`
}

type HookFn added in v0.20.0

type HookFn func(context.Context)

type Runner

type Runner struct {
	// contains filtered or unexported fields
}

type TaskRunOption added in v0.19.0

type TaskRunOption func(o *taskRunConfig)

func WithPreHook added in v0.20.0

func WithPreHook(f HookFn) TaskRunOption

func WithUpdateCheck added in v0.19.0

func WithUpdateCheck(run bool) TaskRunOption

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL