Kelvin Mwinuka
|
bc188cfea4
|
Moved some types into internal folder as they will do not need to be exported. Changed GetState method to getState to make it private to the echovault package
|
2024-03-26 20:26:48 +08:00 |
|
Kelvin Mwinuka
|
d9f1b2276a
|
Removed context parameter from EchoVault, raft, and memberlist shutdown functions
|
2024-03-26 18:58:53 +08:00 |
|
Kelvin Mwinuka
|
88a8e2aae6
|
Created DefaultConfig to be used when embedding echovaule. Moved ACL and PubSub to internal packages with only the associated commands in the modules folder. Initialise ACL and PubSub when creating new EchoVault instance which removed the need to pass WithACL and WithPubSub options.
|
2024-03-26 18:15:27 +08:00 |
|
Kelvin Mwinuka
|
e4f4c89a27
|
Moved memberlist and raft packages to internal folder
|
2024-03-26 13:47:39 +08:00 |
|