ServiceUser #8

Merged
phoenix merged 4 commits from service_user into v0.3.0-migrate 2026-05-29 10:02:51 -04:00
Showing only changes of commit fc4c691fbf - Show all commits
+1
View File
@@ -21,6 +21,7 @@ pub struct ServiceUser {
pub id: uuid::Uuid,
pub username: String,
pub passphrase: String,
#[serde(with = "time::serde::rfc3339::option")]
pub created: Option<time::OffsetDateTime>,
// When serializing to json, if empty do not populate
#[serde(with = "time::serde::rfc3339::option")]