Skip to content

Commit 7e2f566

Browse files
committed
remove comments
1 parent 287c3c5 commit 7e2f566

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

src/api/proto/admin_user.rs

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,64 +1,44 @@
11
// This file is @generated by prost-build.
22
#[derive(Clone, PartialEq, ::prost::Message)]
3-
/// admin user model
43
pub struct AdminUserModel {
54
#[prost(string, tag = "1")]
6-
/// id
75
pub id: ::prost::alloc::string::String,
86
#[prost(string, tag = "2")]
9-
/// full name
107
pub full_name: ::prost::alloc::string::String,
118
#[prost(string, tag = "3")]
12-
/// email
139
pub email: ::prost::alloc::string::String,
1410
#[prost(string, tag = "4")]
15-
/// profile image
1611
pub profile_image: ::prost::alloc::string::String,
1712
#[prost(bool, tag = "5")]
18-
/// is super admin
1913
pub is_super_admin: bool,
2014
#[prost(message, optional, tag = "6")]
21-
/// created at
2215
pub created_at: ::core::option::Option<::prost_types::Timestamp>,
2316
#[prost(message, optional, tag = "7")]
24-
/// updated at
2517
pub updated_at: ::core::option::Option<::prost_types::Timestamp>,
2618
#[prost(string, tag = "8")]
27-
/// created by
2819
pub created_by: ::prost::alloc::string::String,
2920
#[prost(string, tag = "9")]
30-
/// updated by
3121
pub updated_by: ::prost::alloc::string::String,
3222
#[prost(message, repeated, tag = "10")]
33-
/// roles
3423
pub roles: ::prost::alloc::vec::Vec<RoleModel>,
3524
}
3625
#[derive(Clone, PartialEq, Eq, Hash, ::prost::Message)]
37-
/// role model
3826
pub struct RoleModel {
3927
#[prost(string, tag = "1")]
40-
/// id
4128
pub id: ::prost::alloc::string::String,
4229
#[prost(string, tag = "2")]
43-
/// name
4430
pub name: ::prost::alloc::string::String,
4531
#[prost(string, tag = "3")]
46-
/// identifier
4732
pub identifier: ::prost::alloc::string::String,
4833
#[prost(string, repeated, tag = "10")]
49-
/// permissions
5034
pub permissions: ::prost::alloc::vec::Vec<::prost::alloc::string::String>,
5135
#[prost(message, optional, tag = "6")]
52-
/// created at
5336
pub created_at: ::core::option::Option<::prost_types::Timestamp>,
5437
#[prost(message, optional, tag = "7")]
55-
/// updated at
5638
pub updated_at: ::core::option::Option<::prost_types::Timestamp>,
5739
#[prost(string, tag = "8")]
58-
/// created by
5940
pub created_by: ::prost::alloc::string::String,
6041
#[prost(string, tag = "9")]
61-
/// updated by
6242
pub updated_by: ::prost::alloc::string::String,
6343
}
6444
#[derive(Clone, PartialEq, Eq, Hash, ::prost::Message)]

0 commit comments

Comments
 (0)