Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DefaultPath ¶
func ExpandPath ¶
func WriteStarter ¶
Types ¶
type Config ¶
type Config struct {
DBPath string `toml:"db_path"`
CacheDir string `toml:"cache_dir"`
MarkdownDir string `toml:"markdown_dir"`
Notion NotionConfig `toml:"notion"`
}
type DesktopConfig ¶
type NotionConfig ¶
type NotionConfig struct {
Desktop DesktopConfig `toml:"desktop"`
API APIConfig `toml:"api"`
MCP MCPConfig `toml:"mcp"`
}
type ShareConfig ¶
type ShareConfig struct {
}
Click to show internal directories.
Click to hide internal directories.