domain

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Nov 11, 2024 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewTask added in v1.1.0

func NewTask()

Types

type Command added in v1.1.0

type Command struct {
	Name string
	Args []string
}

func NewCommand added in v1.1.0

func NewCommand(name string, args []string) Command

type Task

type Task struct {
	Name        string   `json:"name"`
	Description string   `json:"desc"`
	Summary     string   `json:"summary"`
	Aliases     []string `json:"aliases"`
}

type Taskfile

type Taskfile struct {
	Tasks []Task `json:"tasks"`
}

Jump to

Keyboard shortcuts

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