# Functions

Convenience wrapper around ToInterval() which batch processes a slice of JSONInterval.
IntervalsToStrings converts a slice of Interval structs to a slice of the corresponding timewarrior interval strings Important: the LastModified information is not contained in the string representation.
ParseSyncRequest parses the JSON of a sync request into a JSONRequest struct.
ToJSON creates JSON for response body from interval data and returns it as string.
Convenience wrapper around ToJSONInterval() which batch processes a slice of Interval.

# Structs

Interval represents a timewarrior interval.
JSONInterval represents the JSON structure of an interval.
JSONRequest represents the JSON structure of a sync request.
ResponseData represents a sync response It contains the new interval for the client.
SyncRequest represents a sync request.