package
0.6.7
Repository: https://github.com/possiblellama/worklog.git
Documentation: pkg.go.dev

# Functions

NewConfig is the generator for configuration.
NewWork is the generator for work.
ReadYAML takes a string and parses into Work.
WriteAllWorkToJSON takes a writer and list of work, and outputs a JSON representation of the full Work to the writer.
WriteAllWorkToPrettyJSON takes a writer and list of work, and outputs a JSON representation of Work to the writer.
WriteAllWorkToPrettyText takes a writer and list of work, and outputs a text representation of Work to the writer.
WriteAllWorkToPrettyYAML takes a writer and list of work, and outputs a YAML representation of Work to the writer.
WriteAllWorkToText takes a writer and a list of work, and outputs a text representation of the full Work to the writer.
WriteAllWorkToYAML takes a writer and list of work, and outputs a YAML representation of the full Work to the writer.

# Structs

Config all options available in the configuration.
Defaults all options available as defaults in the configuration.
No description provided by the author
Work data model.

# Type aliases

WorkList an array of work that can be sorted by when it was created.