Renamed memebrlist_layer directory to memberlist.

Renamed raft_layer directory to raft.
Created snapshot and aof packages to handle snapshots in standalone mode and aof package to handle append-only function.
Created server package that will contain the server logic.
This commit is contained in:
Kelvin Clement Mwinuka
2024-01-21 15:03:36 +08:00
parent 12c78a4a5a
commit 78aa9a82c6
28 changed files with 28 additions and 21 deletions

1
src/server/server.go Normal file
View File

@@ -0,0 +1 @@
package server