Restrucuted folders

This commit is contained in:
John Doe
2025-07-11 14:06:11 +02:00
parent 6d8c412675
commit d114d376b8
47 changed files with 28 additions and 1976 deletions

View File

@@ -18,9 +18,9 @@ import (
var defaultServerAddr = "127.0.0.1:8080"
// Path to certificates
var clientCertPath = "../certificates/client.crt"
var clientKeyPath = "../certificates/client.key"
var caCertPath = "../certificates/ca.crt"
var clientCertPath = "certificates/client.crt"
var clientKeyPath = "certificates/client.key"
var caCertPath = "certificates/ca.crt"
// Available commands fpr tab completion in main context
var availableClobalCommands = []struct {