Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
monkeyWie committed May 8, 2024
1 parent d18aee1 commit 86b7091
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions ieproxy_ios.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
//go:build ios || iossimulator
// +build ios iossimulator

package ieproxy

func getConf() ProxyConf {
return ProxyConf{}
}

func reloadConf() ProxyConf {
return getConf()
}

func overrideEnvWithStaticProxy(pc ProxyConf, setenv envSetter) {
}

0 comments on commit 86b7091

Please sign in to comment.