MCPcopy
hub / github.com/perkeep/perkeep / optionTransportConfig

Struct optionTransportConfig

pkg/client/client.go:361–363  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

359}
360
361type optionTransportConfig struct {
362 tc *TransportConfig
363}
364
365func (o optionTransportConfig) modifyClient(c *Client) { c.transportConfig = o.tc }
366

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected