Documentation ¶
Index ¶
- func CreateProgressBar(length, maxRunes int, chapterNum string) *progressbar.ProgressBar
- func CreateSigIntHandler(f func())
- func ExpandHomePath(path string) string
- func ExtractDate(dirtyDate string) string
- func FindInSlice(list interface{}, match interface{}) (interface{}, bool)
- func FindInSliceFold(list []string, match string) (string, bool)
- func IsRunningInContainer() bool
- func IsValidUUID(u string) bool
- func MergeSlices[K comparable](slices ...[]K) []K
- func PadString(s string, length int) string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateProgressBar ¶
func CreateSigIntHandler ¶
func CreateSigIntHandler(f func())
func ExpandHomePath ¶
func ExtractDate ¶
func FindInSlice ¶
func FindInSlice(list interface{}, match interface{}) (interface{}, bool)
func IsRunningInContainer ¶
func IsRunningInContainer() bool
func IsValidUUID ¶ added in v2.5.0
func MergeSlices ¶ added in v2.4.0
func MergeSlices[K comparable](slices ...[]K) []K
MergeSlices merges multiple slices and removes duplicates.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.