Versions in this module Expand all Collapse all v0 v0.4.0 Oct 15, 2019 v0.3.0 Aug 26, 2019 Changes in this version + var Set = wire.NewSet(wire.Struct(new(Network), "*"), wire.Bind(new(Interface), new(*Network))) + type Interface interface + AllocateLocalPort func() (int, error) + NewTransportWithToken func(c *rest.Config) (http.RoundTripper, error) + type Network struct + func (*Network) AllocateLocalPort() (int, error) + func (*Network) NewTransportWithToken(c *rest.Config) (http.RoundTripper, error)