Expand description
Core value types used by Pacsea state.
Structs§
- AurComment
- AUR package comment data structure.
- News
Bookmark - What: Persisted bookmark entry for news items, including cached content and optional local HTML path.
- News
Feed Item - What: Unified news/advisory feed item for the news view.
- News
Feed Payload - What: Bundle of news feed items and associated last-seen state updates.
- News
Item - Minimal news entry for Arch news modal.
- Optional
DepRow - Row model for the “TUI Optional Deps” modal/list. Each row represents a concrete package candidate such as an editor, terminal, clipboard tool, mirror updater, or AUR helper.
- Package
Details - Full set of details for a package, suitable for a dedicated information pane.
- Package
Item - Minimal package summary used in lists and search results.
- Pkgbuild
Check Request - What: Request payload to run PKGBUILD static checks.
- Pkgbuild
Check Response - What: Response payload for PKGBUILD static checks.
- Query
Input - Search query sent to the background search worker.
- Repository
Modal Row - What: One row in the read-only Repositories modal (merged
repos.conf+ live pacman scan). - Search
Results - Results corresponding to a prior
QueryInput. - Secure
String - What: Zeroizing wrapper for sensitive in-memory string data such as passwords.
Enums§
- Advisory
Severity - What: Severity levels for security advisories.
- AppMode
- What: High-level application mode.
- Arch
Status Color - Visual indicator for Arch status line.
- Focus
- Which UI pane currently has keyboard focus.
- Installed
Packages Mode - Filter mode for installed packages in the “Installed” toggle.
- News
Feed Source - What: News/advisory source type.
- News
Read Filter - What: Read filter applied to news feed items.
- News
Sort Mode - What: Sort options for news feed results.
- Repository
KeyTrust - What: Signing key trust hint for a
[[repo]]row that declareskey_id. - Repository
Pacman Status - What: Pacman
[repo]presence as shown in the read-only Repositories modal. - Right
Pane Focus - Which sub-pane within the right column is currently focused when applicable.
- Sort
Mode - Sorting mode for the Results list.
- Source
- Package source origin.
Functions§
- severity_
rank - What: Map advisory severity to a numeric rank for sorting (higher is worse).