Documentation
¶
Index ¶
Constants ¶
View Source
const NakedIntCommand = "view"
NakedIntCommand defines which command to run when using naked int invocation (e.g., padz 2) Valid values: "view" or "open"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
FileSystem filesystem.FileSystem
DataPath string // Base path for data storage
}
Config holds the application configuration
func DefaultConfig ¶
func DefaultConfig() *Config
DefaultConfig returns the default configuration for production use
Click to show internal directories.
Click to hide internal directories.