Documentation
¶
Overview ¶
SPDX-License-Identifier: Apache-2.0
Copyright © 2025 The Happy Authors
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Settings ¶
type Settings struct {
SearchPaths settings.StringSlice `key:"search_paths,save" mutation:"once" desc:"The search paths to look for projects"`
SearchPathIgnore settings.StringSlice `key:"search_path_ignore,save" mutation:"once" desc:"The search paths to ignore when looking for projects"`
CacheListDisabled settings.Bool `key:"cache_list_disabled,save" mutation:"once" desc:"Disable caching of project list"`
CacheListLifetime settings.Duration `key:"cache_list_lifetime,save" default:"1h" mutation:"once" desc:"The lifetime of the project list cache"`
}
Click to show internal directories.
Click to hide internal directories.