deleted are always false until superadming is coded
This commit is contained in:
Binary file not shown.
@@ -14,6 +14,8 @@ pub struct GetJournalRequest {
|
||||
pub profile_name: ::prost::alloc::string::String,
|
||||
#[prost(int64, tag = "2")]
|
||||
pub journal_id: i64,
|
||||
/// False by default. True is reserved for a future Casbin permission granted
|
||||
/// only to superadmin and is rejected until that permission is implemented.
|
||||
#[prost(bool, tag = "3")]
|
||||
pub include_deleted: bool,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user