proxmox/proxmox-auth-api/src
Shannon Sterz ab2d5c9777 acme/auth-api: add Default for types with un-parameterized new()
this fixes a clippy lint for types that have a `new()` function that
has no parameters [1]. this should allow using these types with
functions such as `unwrap_or_default()`.

[1]:
https://rust-lang.github.io/rust-clippy/master/index.html#new_without_default

Signed-off-by: Shannon Sterz <s.sterz@proxmox.com>
2025-03-06 15:25:24 +01:00
..
api auth-api: add logout method 2025-03-04 15:53:29 +01:00
auth_key.rs acme/auth-api: add Default for types with un-parameterized new() 2025-03-06 15:25:24 +01:00
lib.rs tree-wide: enable doc_cfg and doc_auto_cfg for docs 2024-07-02 11:59:53 +02:00
pam_authenticator.rs remove needless borrows 2024-06-28 10:22:58 +02:00
password_authenticator.rs auth-api: add PasswordAuthenticator 2024-06-13 11:14:36 +02:00
ticket.rs auth-api/tfa: prefer Display over ToString/an inherent function 2025-03-06 15:17:35 +01:00
time.rs add proxmox-auth-api crate 2023-03-02 16:44:35 +01:00
types.rs auth-api: introduce new CreateTicket and CreateTickeReponse api types 2025-03-04 15:53:29 +01:00