# Functions
Create an instance of the structures that operate on Omw data.
# Constants
Defaults on Linux, MacOS.
No description provided by the author
FormatFC indicates that user requested FC report format output.
FormatJSON indicates that user requested JSON report format output.
FormatText indicates that user requested text template report format output.
# Variables
TemplateString defines the template used to output a Report() with FormatText.
# Structs
Backend represents the context and configuration of every instance of the omw command Immediate commands (like omw add, omw report), immediately affect the timesheet Long-running commands (like omw server), maintain a context.
FCReport describes the format of a FullCalendar-compatible report.
Report describes a report previous is only used during report calculation to populate ReportEntry.Duration.
ReportEntry describes a single entry in the timesheet Omw report and the REST API calculate some of the missing from the data stored on disk.
SavedEntry describes the TOML format saved on disk for each entry.
SavedItems describes the structure of the entire TOML file.