mirror of
https://github.com/qdm12/gluetun.git
synced 2026-05-08 13:00:11 +02:00
Fix: Pass down context to CLI commands
This commit is contained in:
+1
-1
@@ -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