darkwing::server::dtos

Module bookmark_dto

source
Expand description

Data Transfer Objects for bookmark-related data structures.

This module contains the DTO implementations for handling bookmarks, specifically focusing on the transformation between encrypted database records and their decrypted, application-ready representations.

The main type provided is BookmarkFullData, which represents a fully processed bookmark with its decrypted URL and associated metadata.

Structsยง

  • Represents the complete data structure for a bookmark, including its decrypted URL and associated main websites.