mirror of
https://github.com/moghtech/komodo.git
synced 2026-05-04 14:59:15 -05:00
implement secret creating and deleting
This commit is contained in:
@@ -49,8 +49,6 @@ pub struct User {
|
||||
|
||||
#[derive(Serialize, Deserialize, Debug, Clone, Default)]
|
||||
pub struct ApiSecret {
|
||||
#[serde(rename = "_id", skip_serializing_if = "Option::is_none")]
|
||||
pub id: Option<ObjectId>,
|
||||
pub name: String,
|
||||
pub hash: String,
|
||||
pub created_at: i64,
|
||||
|
||||
Reference in New Issue
Block a user