all: remove control center in its entirety
This commit is contained in:
parent
1dfd6169f8
commit
769d12a525
97 changed files with 59 additions and 10580 deletions
|
|
@ -42,15 +42,6 @@ pub struct AcceptorMetadata {
|
|||
pub tag: Option<String>,
|
||||
}
|
||||
|
||||
impl AcceptorMetadata {
|
||||
pub fn secure() -> Self {
|
||||
Self {
|
||||
secure: true,
|
||||
..Default::default()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
impl SecurityContextAcceptors {
|
||||
pub fn clear(&self) {
|
||||
for acceptor in self.acceptors.lock().drain_values() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue