Fix: Pass down context to CLI commands
This commit is contained in:
@@ -10,7 +10,7 @@ type CLI interface {
|
||||
ClientKey(args []string, openFile os.OpenFileFunc) error
|
||||
HealthCheck(ctx context.Context) error
|
||||
OpenvpnConfig(os os.OS) error
|
||||
Update(args []string, os os.OS) error
|
||||
Update(ctx context.Context, args []string, os os.OS) error
|
||||
}
|
||||
|
||||
type cli struct{}
|
||||
|
||||
Reference in New Issue
Block a user