package
0.0.0-20240630172812-752b0a4dbc14
Repository: https://github.com/rebel-l/ttrack_api.git
Documentation: pkg.go.dev

# Constants

LocationAbsence defines a pseudo-location to show absences.
LocationHome defines the possible value for the homeoffice location.
LocationOffice defines the possible value for the office location.
ReasonBreak defines the value for the timelog reason having a break.
ReasonSickLeave defines the value for the timelog reason that this entry is sick leave.
ReasonVacation defines the value for the timelog reason that this entry is vacation.
ReasonWork defines the value for the timelog reason that this entry is work time.

# Variables

ErrDecodeJSON occurs if a string is not in JSON format.
ErrValidationInvalidLocation occurs during validation if the location is not one of the known ones.
ErrValidationInvalidReason occurs during validation if the reason is not one of the known ones.
ErrValidationStartMandatory occurs during validation if the Start time wasn't set.

# Structs

Timelog represents a model of repository including business logic.

# Type aliases

No description provided by the author
No description provided by the author