githubisstask

package
v0.0.0-...-a2c7260 Latest Latest
Warning

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

Go to latest
Published: Mar 17, 2025 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

View Source
const GopPackage = "github.com/actualtrip/hdq"

Variables

This section is empty.

Functions

func URL

func URL(input interface{}) string

URL returns the input URL for the given name.

Types

type Result

type Result struct {
	Issue string `json:"issue"`
	Tasks []Task `json:"tasks"`
}

func New

func New(input interface{}, doc hdq.NodeSet) Result

New creates a new Result from a html document.

type Task

type Task struct {
	Desc string `json:"desc"`
	Done bool   `json:"done"`
}

Jump to

Keyboard shortcuts

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