package
0.54.0
Repository: https://github.com/lucassabreu/clockify-cli.git
Documentation: pkg.go.dev

# Functions

GetClientByName will look for a client that the id or name Contains the string on client parameter.
GetClientsByName receives a list of id or names of clients and returns their ids.
No description provided by the author
GetProjectsByName will try to find projects containing the string on its name or id that matches the value.
GetTagsByName receives a list of id or names of tags and returns their ids.
GetTaskByName will try to find the first task containing the string on its name or id that matches the value.
GetTasksByName will try to find tasks containing the string on its name or id that matches the value.
GetUsersByName receives a list of id or names of clients and returns their ids.

# Variables

No description provided by the author

# Structs

ErrNotFound represents a fail to identify a entity by its name or id.