Documentation
¶
Index ¶
Constants ¶
View Source
const AppName = "beeper-cli"
Variables ¶
This section is empty.
Functions ¶
func LocalStoresConfigPath ¶ added in v0.2.18
Types ¶
type LocalStoresConfig ¶ added in v0.2.18
type LocalStoresConfig struct {
DatabasePaths []string `json:"database_paths,omitempty"`
MaxResults int `json:"max_results,omitempty"`
}
func LoadLocalStores ¶ added in v0.2.18
func LoadLocalStores() (LocalStoresConfig, error)
Click to show internal directories.
Click to hide internal directories.