Feat: format-servers CLI command

This commit is contained in:
Quentin McGaw (desktop)
2021-09-23 13:13:17 +00:00
parent c22e0e9db7
commit 03ba9169f4
6 changed files with 440 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ type CLIer interface {
HealthChecker
OpenvpnConfigMaker
Updater
ServersFormatter
}
type CLI struct {