MCPcopy
hub / github.com/connectrpc/connect-go / clientOptionsOption

Struct clientOptionsOption

option.go:394–396  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

392}
393
394type clientOptionsOption struct {
395 options []ClientOption
396}
397
398func (o *clientOptionsOption) applyToClient(config *clientConfig) {
399 for _, option := range o.options {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected