Documentation
¶
Index ¶
- func MarshalCSV(tasks []core.Task) ([]byte, error)
- func MarshalJSON(tasks []core.Task) ([]byte, error)
- func MarshalMarkdown(tasks []core.Task) []byte
- func MarshalText(tasks []core.Task) []byte
- func UnmarshalCSV(b []byte) ([]core.Task, error)
- func UnmarshalJSON(b []byte) ([]core.Task, error)
- func UnmarshalMarkdown(b []byte) ([]core.Task, error)
- func UnmarshalText(b []byte) ([]core.Task, error)
- type JSONExport
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MarshalCSV ¶
MarshalCSV encodes tasks into CSV format.
func MarshalMarkdown ¶
func MarshalText ¶
MarshalText encodes tasks into a simple plain text format.
func UnmarshalCSV ¶
UnmarshalCSV decodes tasks from CSV format.
Types ¶
Click to show internal directories.
Click to hide internal directories.