Documentation
¶
Overview ¶
Package statustype provides common types and utilities for status operations without importing other dodot packages, preventing circular dependencies.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetPackStatusFunc ¶
type GetPackStatusFunc func(packName, dotfilesRoot string, fs types.FS) ([]display.DisplayPack, error)
GetPackStatusFunc is a function type for getting pack status to avoid circular imports
Click to show internal directories.
Click to hide internal directories.