package
0.0.0-20230225124914-027b7d1887fe
Repository: https://github.com/javicg/toggl-sync.git
Documentation: pkg.go.dev
# Functions
NewJiraAPI creates a new API client for Jira.
NewTogglAPI creates a new API client for Toggl.
# Structs
JiraAPIHTTPClient is the implementation of JiraAPI using an HTTP client.
Me is a wrapper over PersonalInfo for data transfer.
PersonalInfo contains personal information about the Toggl user.
Project is a wrapper over ProjectData for data transfer.
ProjectData is a mapping of the project id to the project name.
TimeEntry contains details about the entry recorded by the user, like description, duration and project/tags associated with it.
TogglAPIHTTPClient is the implementation of TogglAPI using an HTTP client.