Skip to content

Commit

Permalink
Fix check
Browse files Browse the repository at this point in the history
  • Loading branch information
high-ubuntu committed Dec 1, 2024
1 parent b7397ed commit dd824dd
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions implementations.json
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,28 @@
"persistence": true
}
},
{
"repoURL": "https://github.com/TEAM-paxos/RaftChat",
"name": "RaftChat",
"authors": [
{
"name": "SoonWon Moon",
"github": "damhiya"
},
{
"name": "Bumsung Baek",
"github": "highcloud100"
}
],
"language": "Rust",
"license": "MIT",
"features": {
"basic": true,
"membershipChanges": false,
"logCompaction": false,
"persistence": false
}
},
{
"repoURL": "https://github.com/Waqee/Raft-php",
"name": "Raft-php",
Expand Down Expand Up @@ -2782,27 +2804,5 @@
"logCompaction": true,
"persistence": true
}
},
{
"repoURL": "https://github.com/TEAM-paxos/RaftChat",
"name": "RaftChat",
"authors": [
{
"name": "SoonWon Moon",
"github": "https://github.com/damhiya"
},
{
"name": "Bumsung Baek",
"github" : "https://github.com/highcloud100"
}
],
"language": "Rust",
"license": "MIT",
"features": {
"basic": true,
"membershipChanges": false,
"logCompaction": false,
"persistence": false
}
}
]

0 comments on commit dd824dd

Please sign in to comment.