Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateTimeEntry ¶
func GetUserInfo ¶
func GetUserWorking ¶
func StopTimeEntry ¶
Types ¶
type Config ¶
type Config struct {
AccessToken string `toml:"access_token"`
LastTimeEntryId int `toml:"last_time_entry_id"`
TaskKey string `toml:"task_key"`
TaskParentId int `toml:"task_parent_id"`
TaskTeamId int `toml:"task_team_id"`
TaskTitle string `toml:"task_title"`
TaskUrl string `toml:"task_url"`
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.