Documentation ¶ Index ¶ Variables type Proxy func NewProxy(socketPath, dockerSocket string, logger *logging.Logger) *Proxy func NewProxyFromConfig(cfg *config.Config, logger *logging.Logger) *Proxy func (p *Proxy) Start(ctx context.Context) error func (p *Proxy) Stop(ctx context.Context) error Constants ¶ This section is empty. Variables ¶ View Source var Module = fx.Options( fx.Provide(NewProxyFromConfig), ) Functions ¶ This section is empty. Types ¶ type Proxy ¶ type Proxy struct { // contains filtered or unexported fields } func NewProxy ¶ func NewProxy(socketPath, dockerSocket string, logger *logging.Logger) *Proxy func NewProxyFromConfig ¶ func NewProxyFromConfig(cfg *config.Config, logger *logging.Logger) *Proxy func (*Proxy) Start ¶ func (p *Proxy) Start(ctx context.Context) error func (*Proxy) Stop ¶ func (p *Proxy) Stop(ctx context.Context) error Source Files ¶ View all Source files module.goproxy.go Click to show internal directories. Click to hide internal directories.