Skip to main content

Module config

Module config 

Source
Expand description

Shared daemon/TUI configuration types.

Both opensession-daemon and opensession-tui read/write daemon.toml using these types. Daemon-specific logic (watch-path resolution, project config merging) lives in the daemon crate; TUI-specific logic (settings layout, field editing) lives in the TUI crate.

Structs§

DaemonConfig
Top-level daemon configuration (persisted as daemon.toml).
DaemonSettings
GitStorageSettings
IdentitySettings
PrivacySettings
ServerSettings
WatcherSettings

Enums§

GitStorageMethod
PublishMode