Expand description
This module defines the HTTP routes for signer operations. It includes handlers for listing, retrieving, creating, updating, and deleting signers. The routes are integrated with the Actix-web framework and interact with the signer controller.
Structs§
- create_
signer - Creates a new signer.
- delete_
signer - Deletes a signer by ID.
- get_
signer - Retrieves details of a specific signer by ID.
- list_
signers - Lists all signers with pagination support.
- update_
signer - Updates an existing signer.
Functions§
- init
- Configures the signer routes.