MCPcopy
hub / github.com/MetaCubeX/mihomo / option

Struct option

component/http/http.go:95–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93type Option func(opt *option)
94
95type option struct {
96 specialProxy string
97 dialer C.Dialer
98 caOption ca.Option
99}
100
101func WithSpecialProxy(name string) Option {
102 return func(opt *option) {

Callers 6

NewFunction · 0.50
ParseFunction · 0.50
NewFunction · 0.50
NewFunction · 0.50
NewFunction · 0.50
NewURLTestFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected