types

package
v2.3.0 Latest Latest
Warning

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

Go to latest
Published: Sep 11, 2024 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 Command

type Command struct {
	Description string
	Fn          CommandFunc
}

Command defines command.

type CommandFunc

type CommandFunc func(ctx context.Context, deps DepsFunc) error

CommandFunc represents function executing command.

type DepsFunc

type DepsFunc func(deps ...CommandFunc)

DepsFunc represents function for executing dependencies.

Jump to

Keyboard shortcuts

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