package
0.29.0
Repository: https://github.com/pcelvng/task-tools.git
Documentation: pkg.go.dev

# Functions

InfoTime will attempting to pull a timestamp from the info string through the query params and file path and name Order of priority and supported formats ?day=2006-01-02 ?hour=2006-01-02T15 ?time=2005-01-02T15:04:05Z file name 20060102T150405.txt path layout 2006/01/02/15 or "2006/01/02 or "2006/01.
Meta populates a template string with the data provided in the Getter map it replaces values of `{meta:key}` with the value in the map[key] and returns a list of all matching keys in the template.
Parse will parse a template string according to the provided instance of time.Time.
PathTime will attempt to extract a time value from the path by the following formats filename - /path/{20060102T150405}.txt hour slug - /path/2006/01/02/15/file.txt day slash slug - /path/2006/01/02/file.txt day dash slug - /path/2006-01-02.txt month slug - /path/2006/01/file.txt.
PrintDates takes a slice of times and displays the range of times in a more friendly format.
TaskTime will get the task process time by 1.

# Constants

No description provided by the author

# Interfaces

No description provided by the author

# Type aliases

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