File tree 1 file changed +22
-22
lines changed
1 file changed +22
-22
lines changed Original file line number Diff line number Diff line change 263
263
"persistence" : true
264
264
}
265
265
},
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
+ },
266
288
{
267
289
"repoURL" : " https://github.com/Waqee/Raft-php" ,
268
290
"name" : " Raft-php" ,
2782
2804
"logCompaction" : true ,
2783
2805
"persistence" : true
2784
2806
}
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
- }
2807
2807
}
2808
2808
]
You can’t perform that action at this time.
0 commit comments