MCPcopy Create free account
hub / github.com/bepass-org/proxy / WithProxyDial

Function WithProxyDial

pkg/http/server.go:106–110  ·  view source on GitHub ↗
(proxyDial statute.ProxyDialFunc)

Source from the content-addressed store, hash-verified

104}
105
106func WithProxyDial(proxyDial statute.ProxyDialFunc) ServerOption {
107 return func(s *Server) {
108 s.ProxyDial = proxyDial
109 }
110}
111
112func WithContext(ctx context.Context) ServerOption {
113 return func(s *Server) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected