auth proxy: convert options to new style

This commit is contained in:
Nick Craig-Wood
2025-04-09 11:12:07 +01:00
parent 028316ba5d
commit 6054c4e49d
13 changed files with 43 additions and 40 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ import (
)
func TestRun(t *testing.T) {
opt := DefaultOpt
opt := Opt
cmd := "go run proxy_code.go"
opt.AuthProxy = cmd
p := New(context.Background(), &opt, &vfscommon.Opt)