Documentation
¶
Overview ¶
Package defaults provides functionality for managing default values and configurations.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Defaults ¶
type Defaults struct {
// contains filtered or unexported fields
}
Defaults holds all the configuration options for godyl, including tool-specific defaults.
func (*Defaults) FromFile ¶
FromFile reads and parses a YAML file from the given path into the Defaults struct.
func (*Defaults) Load ¶
Load loads configuration defaults from a file or uses embedded defaults if not specified.
Click to show internal directories.
Click to hide internal directories.