editors

package
v3.19.1 Latest Latest
Warning

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

Go to latest
Published: Dec 31, 2022 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Output

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

Output wraps task list output for use in editor integrations (e.g. VSCode, etc)

type Task

type Task struct {
	Name     string `json:"name"`
	Desc     string `json:"desc"`
	Summary  string `json:"summary"`
	UpToDate bool   `json:"up_to_date"`
}

Task describes a single task

Jump to

Keyboard shortcuts

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