init
This commit is contained in:
@@ -70,3 +70,9 @@ pub struct ChannelRolePermissionResponse {
|
||||
pub role_id: Uuid,
|
||||
pub permissions: u64,
|
||||
}
|
||||
|
||||
#[derive(Debug, Serialize, ToSchema)]
|
||||
pub struct ChannelPermissionsResponse {
|
||||
pub users: Vec<ChannelUserPermissionResponse>,
|
||||
pub roles: Vec<ChannelRolePermissionResponse>,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user