Feat: HEALTH_SERVER_ADDRESS
This commit is contained in:
@@ -6,11 +6,12 @@ import (
|
||||
|
||||
"github.com/qdm12/golibs/logging"
|
||||
"github.com/qdm12/golibs/os"
|
||||
"github.com/qdm12/golibs/params"
|
||||
)
|
||||
|
||||
type CLI interface {
|
||||
ClientKey(args []string, openFile os.OpenFileFunc) error
|
||||
HealthCheck(ctx context.Context) error
|
||||
HealthCheck(ctx context.Context, env params.Env, os os.OS, logger logging.Logger) error
|
||||
OpenvpnConfig(os os.OS, logger logging.Logger) error
|
||||
Update(ctx context.Context, args []string, os os.OS, logger logging.Logger) error
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user