MCPcopy Create free account
hub / github.com/codegangsta/gin / NewProxy

Function NewProxy

lib/proxy.go:22–27  ·  view source on GitHub ↗
(builder Builder, runner Runner)

Source from the content-addressed store, hash-verified

20}
21
22func NewProxy(builder Builder, runner Runner) *Proxy {
23 return &Proxy{
24 builder: builder,
25 runner: runner,
26 }
27}
28
29func (p *Proxy) Run(config *Config) error {
30

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected