container

package
v0.0.0-...-4dbef31 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type TodoItem

type TodoItem struct {
	Tag   string
	Data  string
	SetFn func(x any)
}

type TodoList

type TodoList struct {
	list.List
}

func TravelTree

func TravelTree(out any, n *yaml.Node, tags []string) (list *TodoList, err error)

func (*TodoList) VisitAll

func (list *TodoList) VisitAll(fn func(item *TodoItem) (err error)) error

Jump to

Keyboard shortcuts

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