Code cleanup; Implement persistant storage; Use maps for storage

This commit is contained in:
Pijus Kamandulis
2024-02-25 22:13:04 +02:00
parent 1c5e5ce85d
commit 48660b5f63
39 changed files with 1420 additions and 1408 deletions

View File

@@ -11,6 +11,7 @@ type ServerConfig struct {
Host string
TLS_CertificatePath string
TLS_CertificateKey string
DataFilePath string
InitialDataFilePath string
PersistDataFilePath string
DisableAuth bool
}