new config framework in accounts

This commit is contained in:
A.Unger
2021-11-08 13:41:59 +01:00
parent 2dd9a7b14c
commit bff4ec48b0
4 changed files with 41 additions and 5 deletions

View File

@@ -11,10 +11,10 @@ import (
"github.com/urfave/cli/v2"
)
var globalLog shared.Log
// ProxyCommand is the entry point for the proxy command.
func ProxyCommand(cfg *config.Config) *cli.Command {
var globalLog shared.Log
return &cli.Command{
Name: "proxy",
Usage: "Start proxy server",