Documentation ¶
Index ¶
- Constants
- func HeaderIndent(indent int) string
- func HeaderNotes(writer io.Writer, indent int)
- func HeaderProject(writer io.Writer, indent int, project *data.Project)
- func HeaderProjects(writer io.Writer, command string, indent int, project *data.Projects)
- func HeaderSettings(writer io.Writer)
- func HeaderTodos(writer io.Writer, indent int)
- func Notes(writer io.Writer, indent int, notes []data.Note)
- func NotesValue(writer io.Writer, value string, indent int)
- func Project(writer io.Writer, indent int, project *data.Project)
- func ProjectNotes(writer io.Writer, indent int, project *data.Project)
- func ProjectTodos(writer io.Writer, indent int, project *data.Project)
- func Projects(writer io.Writer, command string, indent int, projects *data.Projects)
- func ProjectsNotes(writer io.Writer, command string, indent int, projects *data.Projects)
- func ProjectsTodos(writer io.Writer, command string, indent int, projects *data.Projects)
- func Todos(writer io.Writer, todos []data.Todo)
Constants ¶
View Source
const (
HeaderTimeFormat = "2006-01-02 15:04:05"
)
Variables ¶
This section is empty.
Functions ¶
func HeaderIndent ¶
func HeaderNotes ¶
func HeaderProjects ¶
func HeaderSettings ¶
func HeaderTodos ¶
func ProjectsNotes ¶
func ProjectsTodos ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.