taskcommon

package
v0.0.0-...-0ed9234 Latest Latest
Warning

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

Go to latest
Published: Dec 20, 2025 License: MIT Imports: 1 Imported by: 6

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Task

type Task interface {
	Name() string
	Execute(ctx TaskContext) error
}

Task provides a interface to implement tasks

type TaskContext

type TaskContext struct {
	Directory  string
	Platform   api.Platform
	Repository api.Repository
}

Jump to

Keyboard shortcuts

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