Module signer

Source
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.