Skip to main content

Crate sirr_server

Crate sirr_server 

Source

Re-exports§

pub use admin::AdminRequest;
pub use admin::AdminResponse;
pub use authz::authorize;
pub use authz::Action;
pub use authz::AuthDecision;
pub use authz::Caller;
pub use handlers::router;
pub use handlers::AppState;
pub use server::ServerConfig;
pub use store::KeyRecord;
pub use store::SecretRecord;
pub use store::Store;
pub use store::Visibility;
pub use webhooks::WebhookSender;

Modules§

admin
Unix domain socket admin protocol.
authz
dirs
handlers
HTTP handlers for the Sirr secret API.
server
store
webhooks
Per-key, fire-and-forget webhook delivery.