Expand description
Module for managing user notes attached to PackFile entries.
This module provides functionality for creating and managing notes that users can attach to specific files within a PackFile or as global notes for the entire PackFile.
§Usage
Notes can be:
- Path-specific: Attached to a particular file path within the PackFile
- Global: Applied to the entire PackFile (when
pathis empty)
Each note has a unique ID, message body, and optional URL for external references.
Structs§
- Note
- Represents a user note attached to a PackFile or a specific file within it.