Skip to content

Commit dd824dd

Browse files
author
high-ubuntu
committed
Fix check
1 parent b7397ed commit dd824dd

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

implementations.json

+22-22
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,28 @@
263263
"persistence": true
264264
}
265265
},
266+
{
267+
"repoURL": "https://github.com/TEAM-paxos/RaftChat",
268+
"name": "RaftChat",
269+
"authors": [
270+
{
271+
"name": "SoonWon Moon",
272+
"github": "damhiya"
273+
},
274+
{
275+
"name": "Bumsung Baek",
276+
"github": "highcloud100"
277+
}
278+
],
279+
"language": "Rust",
280+
"license": "MIT",
281+
"features": {
282+
"basic": true,
283+
"membershipChanges": false,
284+
"logCompaction": false,
285+
"persistence": false
286+
}
287+
},
266288
{
267289
"repoURL": "https://github.com/Waqee/Raft-php",
268290
"name": "Raft-php",
@@ -2782,27 +2804,5 @@
27822804
"logCompaction": true,
27832805
"persistence": true
27842806
}
2785-
},
2786-
{
2787-
"repoURL": "https://github.com/TEAM-paxos/RaftChat",
2788-
"name": "RaftChat",
2789-
"authors": [
2790-
{
2791-
"name": "SoonWon Moon",
2792-
"github": "https://github.com/damhiya"
2793-
},
2794-
{
2795-
"name": "Bumsung Baek",
2796-
"github" : "https://github.com/highcloud100"
2797-
}
2798-
],
2799-
"language": "Rust",
2800-
"license": "MIT",
2801-
"features": {
2802-
"basic": true,
2803-
"membershipChanges": false,
2804-
"logCompaction": false,
2805-
"persistence": false
2806-
}
28072807
}
28082808
]

0 commit comments

Comments
 (0)