Documentation
¶
Index ¶
- func DateIsToday(date string) bool
- func ExecuteTemplate(filename string, content interface{}) []byte
- func GetActiveIssue(path string) string
- func GetActiveSprintOrKanban(path, boardType string) string
- func GetCurrentDate() string
- func GetPublicHolidayDates(publicHolidays []types.PublicHoliday) []string
- func GetUserInput(prompt string, regRange string) string
- func GetWorklogsSorted(worklogs []types.Timesheet, truncate bool) []types.SimplifiedTimesheet
- func GroupWorklogsByWeek(fromDate, toDate string, worklogs []types.SimplifiedTimesheet, ...) []types.Week
- func HTTPGet(url string) []byte
- func LoadPublicHolidays(filename, year, countryCode string) []types.PublicHoliday
- func MakeStringJSONSafe(str string) string
- func Today() string
- func WeekStartEndDate(year, week int) (string, string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DateIsToday ¶
func ExecuteTemplate ¶
func GetActiveIssue ¶
func GetActiveSprintOrKanban ¶ added in v0.12.0
func GetCurrentDate ¶
func GetCurrentDate() string
func GetPublicHolidayDates ¶
func GetPublicHolidayDates(publicHolidays []types.PublicHoliday) []string
func GetUserInput ¶
func GetWorklogsSorted ¶
func GetWorklogsSorted(worklogs []types.Timesheet, truncate bool) []types.SimplifiedTimesheet
func GroupWorklogsByWeek ¶
func LoadPublicHolidays ¶
func LoadPublicHolidays(filename, year, countryCode string) []types.PublicHoliday
func MakeStringJSONSafe ¶
func WeekStartEndDate ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.