0
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden synced 2024-09-27 12:58:58 +02:00
bitwarden_rs/src/db/models
Daniel García 6a99849a1e
Implemented proper error handling, now we can do user.save($conn)?; and it works.
In the future, maybe we can do the same with the `find_by_id` methods that return an Option.
2018-12-30 21:31:12 +01:00
..
attachment.rs Implemented proper error handling, now we can do user.save($conn)?; and it works. 2018-12-30 21:31:12 +01:00
cipher.rs Implemented proper error handling, now we can do user.save($conn)?; and it works. 2018-12-30 21:31:12 +01:00
collection.rs Implemented proper error handling, now we can do user.save($conn)?; and it works. 2018-12-30 21:31:12 +01:00
device.rs Implemented proper error handling, now we can do user.save($conn)?; and it works. 2018-12-30 21:31:12 +01:00
folder.rs Implemented proper error handling, now we can do user.save($conn)?; and it works. 2018-12-30 21:31:12 +01:00
mod.rs Implement poor man's invitation via Organization invitation 2018-09-11 13:09:59 +01:00
organization.rs Implemented proper error handling, now we can do user.save($conn)?; and it works. 2018-12-30 21:31:12 +01:00
two_factor.rs Implemented proper error handling, now we can do user.save($conn)?; and it works. 2018-12-30 21:31:12 +01:00
user.rs Implemented proper error handling, now we can do user.save($conn)?; and it works. 2018-12-30 21:31:12 +01:00