package
Version:
v3.21.0
Opens a new window with list of versions in this module.
Published: Feb 23, 2023
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Output struct {
Tasks []Task `json:"tasks"`
}
Output wraps task list output for use in editor integrations (e.g. VSCode, etc)
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
Source Files
¶
Click to show internal directories.
Click to hide internal directories.